final | |
|---|---|
readonly | |
extends |
Error |
Error carrying a raw integer code that does not map to a known ProtocolErrorCode case.
| Methods | ||
|---|---|---|
public
|
__construct(int $code, string $message, 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 |