|
ResultErrorCode Enumeration |
Results Error Codes
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic enum ResultErrorCode
Public Enumeration ResultErrorCode
public enum class ResultErrorCode
Members
| Member name | Value | Description |
---|
| Error | 0 |
An Error Occurred
|
| Ok | 1 |
Okay
|
| NotFound | 2 |
Cant find the requested information
|
| AccessDenied | 3 |
Access denied to the information
|
| RuntimeError | 4 |
Runtime error when try to access the information
|
| IOAccessDenied | 5 |
Cant read/write the information
|
| InvalidParsing | 6 |
Cant parse the information
|
| InvalidArgs | 7 |
Invalid arguments for the operation/request
|
See Also