"""Constants for errors/exceptions.""" POST_JOB_STATUS_ERROR_MESSAGE = ( 'Post job status failed with code {status_code}; text {text}') SLACK_HTTP_ERROR_MESSAGE = 'Request failed: {code} {reason}' SLACK_URL_ERROR_MESSAGE = 'Server connection failed: {reason}'