RealtimeMCPHttpError interface

model interface RealtimeMCPHttpError

Extends

Properties

code

The error code associated with the failed HTTP request to the MCP server.

message

A description of the HTTP failure encountered while communicating with the MCP server.

type

The MCP error category. Always http_error.

Property Details

code

The error code associated with the failed HTTP request to the MCP server.

code: number

Property Value

number

message

A description of the HTTP failure encountered while communicating with the MCP server.

message: string

Property Value

string

type

The MCP error category. Always http_error.

type: "http_error"

Property Value

"http_error"