Status_StatusCode$json top-level constant
Implementation
@$core.Deprecated('Use statusDescriptor instead')
const Status_StatusCode$json = {
'1': 'StatusCode',
'2': [
{'1': 'STATUS_CODE_UNSET', '2': 0},
{'1': 'STATUS_CODE_OK', '2': 1},
{'1': 'STATUS_CODE_ERROR', '2': 2},
],
};