ResponseStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use responseStatusDescriptor instead')
const ResponseStatus$json = {
  '1': 'ResponseStatus',
  '2': [
    {'1': 'SUCCESS', '2': 0},
    {'1': 'WALLET_ACCESS_DENIED', '2': 10},
    {'1': 'WALLET_EXISTS', '2': 11},
    {'1': 'ITEM_NOT_FOUND', '2': 20},
    {'1': 'SERIALIZATION_ERROR', '2': 200},
    {'1': 'UNKNOWN_ERROR', '2': 100},
  ],
};