Home | Trees | Indices | Help |
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | KeepRequestError
Base class for errors accessing Keep services.
|
|||
|
|||
|
|||
OrderedDict |
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
:message: A human-readable message describing what Keep operation failed. :request_errors: An iterable that yields 2-tuples of keys (where the key refers to some operation that was attempted) to the error encountered when talking to it--either an exception, or an HTTP response object. These will be packed into an OrderedDict, available through the request_errors() method. :label: A label indicating the type of value in the 'key' position of request_errors.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 21 19:09:45 2023 | http://epydoc.sourceforge.net |