MongoError$json top-level constant

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

Implementation

@$core.Deprecated('Use mongoErrorDescriptor instead')
const MongoError$json = const {
  '1': 'MongoError',
  '2': const [
    const {'1': 'message', '3': 1, '4': 1, '5': 9, '10': 'message'},
    const {'1': 'errorType', '3': 2, '4': 1, '5': 14, '6': '.ErrorType', '10': 'errorType'},
  ],
};