DialStatus$json top-level constant
Implementation
@$core.Deprecated('Use dialStatusDescriptor instead')
const DialStatus$json = {
'1': 'DialStatus',
'2': [
{'1': 'UNUSED', '2': 0},
{'1': 'E_DIAL_ERROR', '2': 100},
{'1': 'E_DIAL_BACK_ERROR', '2': 101},
{'1': 'OK', '2': 200},
],
};