mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:56:33 +00:00
renmove ResourceEnum, use filename only
add ToHash for encryption Key
This commit is contained in:
@@ -35,14 +35,14 @@ public enum ExceptionEnum
|
||||
|
||||
WrongEmail = 37,
|
||||
|
||||
[Description("Hardware mismatch! You are not authorized to access this resource from this hardware.")]
|
||||
[Description("HardwareInfo mismatch! You are not authorized to access this resource from this hardware.")]
|
||||
HardwareIdMismatch = 40,
|
||||
|
||||
[Description("Hardware Id should be at least 8 characters.")]
|
||||
HardwareIdLength = 45,
|
||||
[Description("HardwareInfo should contain information about this hardware.")]
|
||||
BadHardware = 45,
|
||||
|
||||
[Description("Wrong resource type.")]
|
||||
WrongResourceType = 50,
|
||||
[Description("Wrong resource file name.")]
|
||||
WrongResourceName = 50,
|
||||
|
||||
[Description("No file provided.")]
|
||||
NoFileProvided = 60,
|
||||
|
||||
Reference in New Issue
Block a user