@modelcontextprotocol/sdk
Preparing search index...
spec.types
JSONRPCError
Interface JSONRPCError
A response to a request that indicates an error occurred.
interface
JSONRPCError
{
error
:
Error
;
id
:
RequestId
;
jsonrpc
:
"2.0"
;
}
Index
Properties
error
id
jsonrpc
Properties
error
error
:
Error
id
id
:
RequestId
jsonrpc
jsonrpc
:
"2.0"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
jsonrpc
@modelcontextprotocol/sdk
Loading...
A response to a request that indicates an error occurred.