@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias Error

    Error object returned in response to a failed RPC call.

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

    Properties

    Properties

    code: yerpc.I32

    Error code indicating the error type.

    Additional information about the error.

    message: string

    Short error description.