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

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

Properties

Properties

kind:
    | "offline"
    | "downloadFailed"
    | "checksumMismatch"
    | "noCompatibleRelease"
    | "busy"
    | "io"
message: string