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.
Description
The InvalidStateError 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 ready.
Constructors
NewInvalidStateError
Creates an error instance and assigns its values.
NewInvalidStateError(context, code, message string) *ApplicationError
- context: IContext - (optional) a context to trace execution through a call chain.
- code: string - (optional) unique error code. Default: “UNKNOWN”
- message: string - (optional) a human-readable description of the error.