Prelude API
    Preparing search index...

    Interface SerializedError

    Wire representation of an error thrown by the remote handler.

    interface SerializedError {
        code?: unknown;
        message: string;
        name: string;
    }
    Index
    code?: unknown
    message: string
    name: string