linXiv frontend (TS/JS)
    Preparing search index...

    Interface PluginError

    Shape of a rejected command's error (crate::Error custom-serialized).

    interface PluginError {
        kind:
            | "offline"
            | "downloadFailed"
            | "checksumMismatch"
            | "noCompatibleRelease"
            | "busy"
            | "io";
        message: string;
    }
    Index
    kind:
        | "offline"
        | "downloadFailed"
        | "checksumMismatch"
        | "noCompatibleRelease"
        | "busy"
        | "io"
    message: string