QuotaError_Code$json top-level constant

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

Implementation

@$core.Deprecated('Use quotaErrorDescriptor instead')
const QuotaError_Code$json = {
  '1': 'Code',
  '2': [
    {'1': 'UNSPECIFIED', '2': 0},
    {'1': 'RESOURCE_EXHAUSTED', '2': 8},
    {'1': 'BILLING_NOT_ACTIVE', '2': 107},
    {'1': 'PROJECT_DELETED', '2': 108},
    {'1': 'API_KEY_INVALID', '2': 105},
    {'1': 'API_KEY_EXPIRED', '2': 112},
  ],
};