Click or drag to resize
ResultErrorCode Enumeration
Results Error Codes

Namespace: DrawerBackup.Native.Data.Entities
Assembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public enum ResultErrorCode
Members
  Member nameValueDescription
Error0 An Error Occurred
Ok1 Okay
NotFound2 Cant find the requested information
AccessDenied3 Access denied to the information
RuntimeError4 Runtime error when try to access the information
IOAccessDenied5 Cant read/write the information
InvalidParsing6 Cant parse the information
InvalidArgs7 Invalid arguments for the operation/request
See Also