djblets.integrations.errors¶
Exceptions for integrations.
- exception IntegrationRegistrationError¶
Bases:
IntegrationErrorError registering an integration.
- exception IntegrationAlreadyRegisteredError(integration_id: str)¶
Bases:
IntegrationRegistrationErrorAn integration was already registered.
- exception IntegrationNotRegisteredError(integration_id: Optional[str])¶
Bases:
IntegrationErrorError indicating that the given integration wasn’t registered.