JSSM, a JavaScript state machine - the FSM for FSL
Preparing search index...
jssm_types
<internal>
JssmFailure
Type Alias JssmFailure
Composite type indicating an error, and the reason for it, as part of a result.
type
JssmFailure
=
{
error
:
any
;
success
:
false
;
}
Index
Properties
error
success
Properties
error
error
:
any
success
success
:
false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
success
JSSM, a JavaScript state machine - the FSM for FSL
Loading...
Composite type indicating an error, and the reason for it, as part of a result.