highs-js API reference
    Preparing search index...

    Interface CallMetadata

    Metadata retained by a successful throwing-wrapper call.

    interface CallMetadata {
        status: SuccessfulHighsStatus;
        warnings: readonly string[];
    }

    Hierarchy (View Summary)

    Index

    Native success or warning status.

    warnings: readonly string[]

    Stable wrapper summaries for kHighsStatusWarning.