API Reference¶
Contents:
Exceptions definitions.
-
exception
stateflow.errors.ArgEvalError(arg_name, function_name, call_stack, cause)[source]¶ A reactive argument is in error state. The argument error should be the cause of this error.
-
exception
stateflow.errors.EvalError(definition_stack, cause)[source]¶ An exception occured while evaluation of some Observable.
-
exception
stateflow.errors.NotAssignable[source]¶ Raised when the “__assign__” method is called on the Observable that doesn’t support assignment.