NotFoundException

Errors caused by attempts to access missing objects.

Implements: ApplicationException

Description

The NotFoundException class is used to manage errors caused by attempts to access missing objects.

Constructors

Creates an error instance and assigns its values.

NotFoundException(correlation_id: Optional[str] = None, code: str = None, message: str = None)

  • correlation_id: Optional[str] - (optional) a unique transaction id to trace execution through call chain.
  • code: str - (optional) a unique error code. Default: “UNKNOWN”
  • message: str - (optional) a human-readable description of the error.