UrpErrorCode$json top-level constant
Implementation
@$core.Deprecated('Use urpErrorCodeDescriptor instead')
const UrpErrorCode$json = {
'1': 'UrpErrorCode',
'2': [
{'1': 'urpNoError', '2': 0},
{'1': 'urpCustomError', '2': 1},
{'1': 'urpDeprecatedError', '2': 2},
{'1': 'urpNotImplementedError', '2': 3},
{'1': 'urpLeaseError', '2': 4},
{'1': 'urpUserFacingError', '2': 5},
{'1': 'urpTimeoutError', '2': 6},
{'1': 'urpDeviceStateError', '2': 7},
{'1': 'urpPayloadError', '2': 8},
{'1': 'urpSensorError', '2': 9},
{'1': 'urpCustomWarning', '2': 10},
],
};