ErrorCode$json top-level constant

  1. @Deprecated('Use errorCodeDescriptor instead')
Map<String, Object> const ErrorCode$json

Implementation

@$core.Deprecated('Use errorCodeDescriptor instead')
const ErrorCode$json = {
  '1': 'ErrorCode',
  '2': [
    {'1': 'PROFILE_BEGIN', '2': 0},
    {'1': 'PROFILE_VALIDATE_FAILED', '2': 30001},
    {'1': 'PROFILE_VERIFY_JWT_FAILED', '2': 30002},
    {'1': 'PROFILE_VERIFY_ROLE_FAILED', '2': 30003},
    {'1': 'PROFILE_NOT_SYSTEM_MANAGER', '2': 30010},
    {'1': 'PROFILE_DB_EXECUTION_FAILED', '2': 32001},
    {'1': 'PROFILE_MARSHAL_FAILED', '2': 32002},
    {'1': 'PROFILE_UNMARSHAL_FAILED', '2': 32003},
    {'1': 'PROFILE_USER_NOT_FOUND', '2': 32010},
    {'1': 'PROFILE_BANK_NOT_FOUND', '2': 32020},
    {'1': 'PROFILE_END', '2': 39999},
  ],
};