ConnectionException

Errors that occur during connections to remote services.

Implements: ApplicationException

Description

The ConnectionException class is used to manage errors that occur during a connection to a remote service. These errors can be related to misconfiguration, network issues, or the remote service itself.

Constructors

Creates an error instance and assigns its values.

ConnectionException(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.