highs-js API reference
    Preparing search index...

    Interface HighsDisposedError

    JavaScript error thrown before native entry when an operation uses a disposed model. Stale Model, raw, options, and info references cannot access the freed Wasm allocation.

    interface HighsDisposedError {
        cause?: unknown;
        message: string;
        name: string;
        operation: string;
        stack?: string;
        status: -1;
    }

    Hierarchy (View Summary)

    Index
    cause?: unknown
    message: string
    name: string
    operation: string

    Stable wrapper operation label associated with the failure.

    stack?: string
    status: -1

    Native error status.