ControllerTimeoutError#
- exception controller.exceptions.ControllerTimeoutError(operation, user=None, *, started_at, failed_at)#
Bases:
SlackException
Wraps
TimeoutError
with additional context and Slack support.- Parameters:
- to_sentry()#
Return a collection of Sentry event metadata about the exception.
- Returns:
Sentry event metadata for use with
before_send_handler
- Return type:
- to_slack()#
Format the exception as a Slack message.
- Returns:
Slack message suitable for posting with
SlackWebhookClient
.- Return type: