final | |
|---|---|
readonly | |
extends |
Error |
Error indicating that the request payload is not a valid JSON-RPC request (code -32600).
| Methods | ||
|---|---|---|
public
|
__construct(string $message = 'Invalid request', mixed $data = null)
|
# |
public
static
|
fromArray(array{code?: int, message?: string, data?: mixed} $data): static
|
# |
| Methods inherited from Nexus\Mcp\Core\Schema\Error |
|---|
toArray(), jsonSerialize() |
| Properties inherited from Nexus\Mcp\Core\Schema\Error |
|---|
$code, $message, $data |