Type Alias MistiResultError

MistiResultError: {
    error: string;
    kind: "error";
}

MistiResultError represents the result of a Misti operation that encountered an error.

Type declaration

  • error: string

    Error output when Misti cannot complete the requested operation.

  • kind: "error"