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': 'SWEEP_BEGIN', '2': 0},
    {'1': 'SWEEP_VALIDATE_FAILED', '2': 5001},
    {'1': 'SWEEP_VERIFY_JWT_FAILED', '2': 50002},
    {'1': 'SWEEP_GENERATE_JWT_UNSUCCESSFULLY', '2': 50003},
    {'1': 'SWEEP_VERIFY_ROLE_FAILED', '2': 50004},
    {'1': 'SWEEP_ZERO_USER', '2': 51001},
    {'1': 'SWEEP_DB_EXECUTION_FAILED', '2': 52001},
    {'1': 'SWEEP_MARSHAL_FAILED', '2': 52002},
    {'1': 'SWEEP_UNMARSHAL_FAILED', '2': 52003},
    {'1': 'SWEEP_END', '2': 59999},
  ],
};