JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias JssmErrorExtendedInfo

    Extra diagnostic information attached to a jssm_error!JssmError when it carries machine-relative context — most often the state name a caller asked about when the error was raised.

    type JssmErrorExtendedInfo = {
        requested_state?: StateType;
        source_location?: FslSourceLocation;
    }
    Index
    requested_state?: StateType
    source_location?: FslSourceLocation