BridgeErrorCode$json top-level constant

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

Implementation

@$core.Deprecated('Use bridgeErrorCodeDescriptor instead')
const BridgeErrorCode$json = {
  '1': 'BridgeErrorCode',
  '2': [
    {'1': 'OperationNotImplemented', '2': 0},
    {'1': 'OperationArgumentsCountMismatch', '2': 1},
    {'1': 'OperationArgumentsInvalid', '2': 2},
    {'1': 'OperationArgumentsParsingError', '2': 3},
    {'1': 'OperationFailed', '2': 4},
    {'1': 'OperationCanceled', '2': 5},
    {'1': 'EnvironmentNotInitialized', '2': 6},
  ],
};