orangeqs.juice.alerting._exceptions#
Module Contents#
API#
- exception orangeqs.juice.alerting._exceptions.UnknownTopicError(topic: str)#
Bases:
ExceptionIf the topic does not exist in the Alert Definition layer.
- exception orangeqs.juice.alerting._exceptions.MissingContextError(topic: str, missing_contexts: list[str])#
Bases:
ExceptionIf the provided context does not satisfy the Alert Definition requirements.