Package pushnotify :: Module exceptions
[hide private]
[frames] | no frames]

Module exceptions

source code

Module for exceptions.

copyright: Copyright (c) Jeffrey Goettsch and other contributors.
license: BSD, see LICENSE for details.

Classes [hide private]
  PushNotifyError
Base exception for all pushnotify errors.
  ApiKeyError
Raised when a provided API key is invalid
  FormatError
Raised when a request is not in the expected format.
  PermissionDenied
Raised when a request had not been approved.
  ProviderKeyError
Raised when a provided Provider key is invalid.
  RateLimitExceeded
Raised when too many requests are submitted in too small a time frame.
  ServerError
Raised when the notification server experiences an internal error.
  UnknownError
Raised when the notification server returns an unknown error.
  UnrecognizedResponseError
Raised when the notification server returns an unrecognized response.
Variables [hide private]
  __package__ = None