highs-js API reference
    Preparing search index...

    Interface HighsUnsupportedOptionError

    Error thrown for thread, path, and other options intentionally blocked by the wrapper.

    interface HighsUnsupportedOptionError {
        cause?: unknown;
        message: string;
        name: string;
        operation: string;
        option: 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.

    option: string

    Exact rejected snake_case option name.

    stack?: string
    status: -1

    Native error status.