Errors related to calling operations, which require the component to be in a specific state. For instance: business calls when the component is not ready.
Implements: ApplicationException
Description
The InvalidStateException class is used to manage errors related to calling opertaions that require the component to be in a specific state. For example, business calls when the component is not reay.
Constructors
Creates an error instance and assigns its values.
InvalidStateException(context: Optional[IContext] = None, code: str = None, message: str = None)
- context: IContext - (optional) a context to trace execution through a call chain.
- code: str - (optional) a unique error code. Default: “UNKNOWN”
- message: str - (optional) a human-readable description of the error.