CommonSubmitBlocState_ErrorCode$json top-level constant

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

Implementation

@$core.Deprecated('Use commonSubmitBlocStateDescriptor instead')
const CommonSubmitBlocState_ErrorCode$json = {
  '1': 'ErrorCode',
  '2': [
    {'1': 'none', '2': 0},
    {'1': 'networkError', '2': 1},
    {'1': 'permissionDenied', '2': 2},
  ],
};