error_codes top-level constant

Map const error_codes

Implementation

const Map error_codes = {
  'AtServerException': 'AT0001',
  'DataStoreException': 'AT0002',
  'InvalidSyntaxException': 'AT0003',
  'SocketException': 'AT0004',
  'BufferOverFlowException': 'AT0005',
  'OutboundConnectionLimitException': 'AT0006',
  'SecondaryNotFoundException': 'AT0007',
  'HandShakeException': 'AT0008',
  'UnAuthorizedException': 'AT0009',
  'InternalServerError': 'AT0010',
  'InternalServerException': 'AT0011',
  'InboundConnectionLimitException': 'AT0012',
  'UnAuthenticatedException': 'AT0401',
  'BlockedConnectionException': 'AT0013',
  'AtClientException': 'AT0014',
  'KeyNotFoundException': 'AT0015',
  'InvalidAtKeyException': 'AT0016',
  'SecondaryConnectException': 'AT0021',
  'IllegalArgumentException': 'AT0022',
  'AtTimeoutException': 'AT0023',
  'ServerIsPausedException': 'AT0024',
  'AtThrottleLimitException': 'AT0028',
  'AtInvalidEnrollmentException': 'AT0029',
};