TelesignError

class telesign.exceptions.TelesignError(data, http_response)

The exceptions base class.

Attributes  
data The data returned by the service, in a dictionary form.
http_response The full HTTP Response object, including the HTTP status code, headers, and raw returned data.