exception documentation
class SUBSCRIPTION_VERIFICATION_INITIATION_FAILED(ResponseException):
Constructor: SUBSCRIPTION_VERIFICATION_INITIATION_FAILED(dbg, data)
SUBSCRIPTION VERIFICATION INITIATION FAILED Response Status Code.
| Method | __init__ |
Constructor. |
Inherited from ResponseException:
| Method | __str__ |
Return a string representation of the exception. |
| Method | nname |
Return a "natural" string representation of the exception's name. |
| Instance Variable | data |
Optional data. |
| Instance Variable | dbg |
An optional debug message. |
| Instance Variable | rsc |
The response status code. |