DialResponse_ResponseStatus$json top-level constant
- @Deprecated('Use dialResponseDescriptor instead')
Implementation
@$core.Deprecated('Use dialResponseDescriptor instead')
const DialResponse_ResponseStatus$json = {
'1': 'ResponseStatus',
'2': [
{'1': 'E_INTERNAL_ERROR', '2': 0},
{'1': 'E_REQUEST_REJECTED', '2': 100},
{'1': 'E_DIAL_REFUSED', '2': 101},
{'1': 'OK', '2': 200},
],
};