RequestError$json top-level constant

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

Implementation

@$core.Deprecated('Use requestErrorDescriptor instead')
const RequestError$json = const {
  '1': 'RequestError',
  '2': const [
    const {'1': 'requestId', '3': 1, '4': 1, '5': 5, '10': 'requestId'},
    const {'1': 'statusCode', '3': 2, '4': 1, '5': 5, '10': 'statusCode'},
    const {'1': 'error', '3': 3, '4': 1, '5': 9, '10': 'error'},
  ],
};