switch to hardware string from object

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-02 10:14:40 +03:00
parent 2b6a8d1252
commit eb043e94a8
5 changed files with 16 additions and 27 deletions
+2 -2
View File
@@ -35,10 +35,10 @@ public enum ExceptionEnum
WrongEmail = 37,
[Description("HardwareInfo mismatch! You are not authorized to access this resource from this hardware.")]
[Description("Hardware mismatch! You are not authorized to access this resource from this hardware.")]
HardwareIdMismatch = 40,
[Description("HardwareInfo should contain information about this hardware.")]
[Description("Hardware should be not empty.")]
BadHardware = 45,
[Description("Wrong resource file name.")]