Status$json top-level constant

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

Implementation

@$core.Deprecated('Use statusDescriptor instead')
const Status$json = {
  '1': 'Status',
  '2': [
    {'1': 'UNUSED', '2': 0},
    {'1': 'OK', '2': 100},
    {'1': 'RESERVATION_REFUSED', '2': 200},
    {'1': 'RESOURCE_LIMIT_EXCEEDED', '2': 201},
    {'1': 'PERMISSION_DENIED', '2': 202},
    {'1': 'CONNECTION_FAILED', '2': 203},
    {'1': 'NO_RESERVATION', '2': 204},
    {'1': 'MALFORMED_MESSAGE', '2': 400},
    {'1': 'UNEXPECTED_MESSAGE', '2': 401},
  ],
};