highs-js API reference
    Preparing search index...

    Interface RawStatus

    Status-only raw result. Native status errors are returned as status: -1 rather than converted to exceptions. JavaScript validation, disposed use, callback reentrancy, allocation failure, and callback-thrown errors can still throw before or around the native call.

    interface RawStatus {
        status: HighsStatus;
    }
    Index
    status: HighsStatus

    Native status code.