Code$json top-level constant

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

Implementation

@$core.Deprecated('Use codeDescriptor instead')
const Code$json = const {
  '1': 'Code',
  '2': const [
    const {'1': 'OK', '2': 0},
    const {'1': 'CANCELLED', '2': 1},
    const {'1': 'UNKNOWN', '2': 2},
    const {'1': 'INVALID_ARGUMENT', '2': 3},
    const {'1': 'DEADLINE_EXCEEDED', '2': 4},
    const {'1': 'NOT_FOUND', '2': 5},
    const {'1': 'ALREADY_EXISTS', '2': 6},
    const {'1': 'PERMISSION_DENIED', '2': 7},
    const {'1': 'UNAUTHENTICATED', '2': 16},
    const {'1': 'RESOURCE_EXHAUSTED', '2': 8},
    const {'1': 'FAILED_PRECONDITION', '2': 9},
    const {'1': 'ABORTED', '2': 10},
    const {'1': 'OUT_OF_RANGE', '2': 11},
    const {'1': 'UNIMPLEMENTED', '2': 12},
    const {'1': 'INTERNAL', '2': 13},
    const {'1': 'UNAVAILABLE', '2': 14},
    const {'1': 'DATA_LOSS', '2': 15},
  ],
};