GeneralErrorCodes
public enum GeneralErrorCodes : String, Error, Codable
General Ledger error codes, pulled from the source, and some additional ones added for native swift issues
-
Declaration
Swift
case PIN_REMAINING_ATTEMPTS = "63c0"
-
Declaration
Swift
case INCORRECT_LENGTH = "6700"
-
Declaration
Swift
case MISSING_CRITICAL_PARAMETER = "6800"
-
Declaration
Swift
case COMMAND_INCOMPATIBLE_FILE_STRUCTURE = "6981"
-
Declaration
Swift
case SECURITY_STATUS_NOT_SATISFIED = "6982"
-
Declaration
Swift
case CONDITIONS_OF_USE_NOT_SATISFIED = "6985"
-
Declaration
Swift
case INCORRECT_DATA = "6a80"
-
Declaration
Swift
case NOT_ENOUGH_MEMORY_SPACE = "6a84"
-
Declaration
Swift
case REFERENCED_DATA_NOT_FOUND = "6a88"
-
Declaration
Swift
case FILE_ALREADY_EXISTS = "6a89"
-
Declaration
Swift
case INCORRECT_P1_P2 = "6b00"
-
Declaration
Swift
case INS_NOT_SUPPORTED = "6d00"
-
Declaration
Swift
case CLA_NOT_SUPPORTED = "6e00"
-
Declaration
Swift
case TECHNICAL_PROBLEM = "6f00"
-
Declaration
Swift
case MEMORY_PROBLEM = "9240"
-
Declaration
Swift
case NO_EF_SELECTED = "9400"
-
Declaration
Swift
case INVALID_OFFSET = "9402"
-
Declaration
Swift
case FILE_NOT_FOUND = "9404"
-
Declaration
Swift
case INCONSISTENT_FILE = "9408"
-
Declaration
Swift
case ALGORITHM_NOT_SUPPORTED = "9484"
-
Declaration
Swift
case INVALID_KCV = "9485"
-
Declaration
Swift
case CODE_NOT_INITIALIZED = "9802"
-
Declaration
Swift
case ACCESS_CONDITION_NOT_FULFILLED = "9804"
-
Declaration
Swift
case CONTRADICTION_SECRET_CODE_STATUS = "9808"
-
Declaration
Swift
case CONTRADICTION_INVALIDATION = "9810"
-
Declaration
Swift
case CODE_BLOCKED = "9840"
-
Declaration
Swift
case MAX_VALUE_REACHED = "9850"
-
Declaration
Swift
case GP_AUTH_FAILED = "6300"
-
Declaration
Swift
case LICENSING = "6f42"
-
Declaration
Swift
case HALTED = "6faa"
-
Declaration
Swift
case APP_CLOSED = "6e01"
-
Declaration
Swift
case DEVICE_LOCKED = "009000"
-
Declaration
Swift
case UNKNOWN = "99999999"
-
Declaration
Swift
case NO_WRITE_CHARACTERISTIC = "99999996"