Anchorage API reference
    Preparing search index...

    Interface RunTerminalErrorEnvelope

    interface RunTerminalErrorEnvelope {
        code: "CANCELLED" | "TIMED_OUT";
        message: string;
    }
    Index

    Properties

    Properties

    code: "CANCELLED" | "TIMED_OUT"
    message: string