Invalid request.

WHEN TO USE:

  • The JSON sent is not a valid Request object.

Hierarchy (view full)

Constructors

Properties

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