Errors returned by remote services or by the network during call attempts.
Implements: ApplicationException
Description
The InvocationException class is used to manage errors returned by remote services or by the network during call attempts.
Constructors
Creates an error instance and assigns its values.
InvocationException(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.