ConfigException

Errors related to mistakes in microservice’s user-defined configurations.

Implements: ApplicationException

Description

The ConfigException is used to manage errors related to mistakes in microservice’s user-defined configurations.

Constructors

Creates an error instance and assigns its values.

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