cata_log_hub.exceptions module
- exception cata_log_hub.exceptions.HealthCheckFailedError[source]
Bases:
ExceptionAn error indicating a failed healthcheck.
- exception cata_log_hub.exceptions.ProviderWarning[source]
Bases:
WarningA warning about a provider.
- provider_status: StatusEnum
- exception cata_log_hub.exceptions.ProviderBrokenWarning[source]
Bases:
ProviderWarningAn error indicating that the provider class may be broken.
- provider_status: StatusEnum = 'broken'
- exception cata_log_hub.exceptions.ProviderMisconfiguredWarning[source]
Bases:
ProviderWarningAn error indicating that the provider is misconfigured.
- provider_status: StatusEnum = 'misconfigured'
- exception cata_log_hub.exceptions.ProviderInvalidConfigurationWarning[source]
Bases:
ProviderMisconfiguredWarningAn error indicating that a provider configuration is invalid.
- exception cata_log_hub.exceptions.ProviderUnknownClassWarning[source]
Bases:
ProviderMisconfiguredWarningAn error indicating that the provider class-id is unknown.
- exception cata_log_hub.exceptions.ProviderMisconfiguredOrBrokenWarning[source]
Bases:
ProviderWarningAn error indicating that the provider class may be broken or misconfigured.
- provider_status: StatusEnum = 'misconfigured-or-broken'
Bases:
ProviderWarningThe catalog is currently not available. This does not mean that the provider is permanently broken.