Class Nexus\Mcp\Core\Schema\Error\ParseError

final
readonly
extends Error<array{code: -32700, message: non-empty-string, data?: mixed}>

A JSON-RPC error indicating that invalid JSON was received by the server. This error is returned when the server cannot parse the JSON text of a message.

Methods
Methods inherited from Nexus\Mcp\Core\Schema\Error
jsonSerialize()
Constants
Properties inherited from Nexus\Mcp\Core\Schema\Error
$code, $message, $data