UNPKG

notbank

Version:
11 lines (10 loc) 236 B
export declare enum ErrorCode { UNDEFINED = -1, NOT_AN_ERROR = 0, NOT_AUTHORIZED = 20, INVALID_RESPONSE = 100, OPERATION_FAILED = 101, SERVER_ERROR = 102, RESOURCE_NOT_FOUND = 104 } export default ErrorCode;