Error: {
    code: yerpc.I32;
    data?: yerpc.JSONValue;
    message: string;
}

Error object returned in response to a failed RPC call.

Type declaration

  • code: yerpc.I32

    Error code indicating the error type.

  • Optional data?: yerpc.JSONValue

    Additional information about the error.

  • message: string

    Short error description.

Generated using TypeDoc