Exceptions¶
-
class
pullover.PulloverError¶ The abstract base class of all errors raised by pullover.
-
class
pullover.SendError¶ Derived instances of this abstract class are raised by
raise_for_status()if a request was not successful.
-
class
pullover.ClientSendError(status, errors)¶ Represents a message send error where we’re at fault.
-
class
pullover.ServerSendError(response)¶ Represents a message send error where Pushover is experiencing issues.