responsebot.common.exceptions

Exceptions and errors used by Tweet Bot

Exceptions

APIError Generic API error.
APIQuotaError Exception indicate some API quota breached.
AuthenticationError Error to indicate Tweet Bot failed to authenticate with the provided credentials.
MissingConfigError Exception to indicate a required configuration for Tweet Bot is not found from config file or CLI.
NotFreeToTweetError Error to indicate Tweeter fails to post some status due to Twitter API’s status update rate limit.
exception responsebot.common.exceptions.APIError

Generic API error.

exception responsebot.common.exceptions.APIQuotaError

Exception indicate some API quota breached.

exception responsebot.common.exceptions.AuthenticationError

Error to indicate Tweet Bot failed to authenticate with the provided credentials.

exception responsebot.common.exceptions.AutomatedRequestError

Error to indicate a request is deemed automated by Twitter.

exception responsebot.common.exceptions.CharacterLimitError

Error to indicate your tweet reached the character limit.

exception responsebot.common.exceptions.DailyStatusUpdateError

Error to indicate your account reached the daily status update limit.

exception responsebot.common.exceptions.MissingConfigError

Exception to indicate a required configuration for Tweet Bot is not found from config file or CLI.

exception responsebot.common.exceptions.NotFreeToTweetError

Error to indicate Tweeter fails to post some status due to Twitter API’s status update rate limit.

exception responsebot.common.exceptions.OverCapacityError

Error to indicate Twitter is currently over capacity.

exception responsebot.common.exceptions.ResponseBotError

Generic response bot error.

exception responsebot.common.exceptions.StatusDuplicateError

Error to indicate your status is a duplicate.

exception responsebot.common.exceptions.UnknownAPIError

Unknown error when executing API.