RealtimeMCPProtocolError interface
model interface RealtimeMCPProtocolError
- Extends
Properties
| code | The numeric error code reported for the MCP protocol failure. |
| message | A description of the MCP protocol failure. |
| type | The MCP error category. Always |
Property Details
code
The numeric error code reported for the MCP protocol failure.
code: number
Property Value
number
message
A description of the MCP protocol failure.
message: string
Property Value
string
type
The MCP error category. Always protocol_error.
type: "protocol_error"
Property Value
"protocol_error"