Parse error.

WHEN TO USE:

  • Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.

Hierarchy (view full)

Constructors

Properties

data: {
    code: JSONRpcErrorCode;
    data: ObjectErrorData;
    message: string;
}
errorMessage: string
innerError?: unknown
methodName: string