Exceptions
Custom exceptions dedicated to the endpoints module.
MessagingEndpointNotConfiguredError(endpoint_name)
¶
Bases: Exception
Exception that indicates that an instance of a messaging endpoint has not been configured.
This error occurs when an instance of a messaging endpoint is used before
the broker instance to be used is configured by passing it to the configure() method.
| PARAMETER | DESCRIPTION |
|---|---|
endpoint_name |
The name of the endpoint that caused the error
TYPE:
|
Last update:
December 7, 2024