Namespace Nexus\Mcp\Core\Schema\Error

Classes
InternalError

Error indicating that an internal JSON-RPC error occurred (code -32603).

InvalidParamsError

Error indicating that the JSON-RPC method's params are invalid (code -32602).

InvalidRequestError

Error indicating that the request payload is not a valid JSON-RPC request (code -32600).

MethodNotFoundError

Error indicating that the JSON-RPC method does not exist or is not available (code -32601).

ParseError

Error indicating that the received JSON could not be parsed (code -32700).

UnknownProtocolError

Error carrying a raw integer code that does not map to a known ProtocolErrorCode case.

UrlElicitationRequiredErrorPayload

Error payload carrying the elicitation list required by the server (code -32042).