Home | Trees | Indices | Help |
|
---|
|
Module for exceptions. copyright: Copyright (c) Jeffrey Goettsch and other contributors. license: BSD, see LICENSE for details.
|
|||
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. |
|
|||
__package__ = None
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 3 20:47:38 2012 | http://epydoc.sourceforge.net |