RealtimeResponseStatusDetailsError interface
model interface RealtimeResponseStatusDetailsError
Properties
| code | A machine-readable code identifying the response failure. |
| type | The category of error that caused the response to fail. |
Property Details
code
A machine-readable code identifying the response failure.
code?: string
Property Value
string
type
The category of error that caused the response to fail.
type?: string
Property Value
string