exception documentation

Error occurred during batch operations.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable content Undocumented
Instance Variable reason Undocumented
Instance Variable resp Undocumented

Inherited from HttpError:

Instance Variable error_details Undocumented
Instance Variable uri Undocumented
Property status_code Return the HTTP status code from the response content.
Method _get_reason Calculate the reason for the error from the response content.
@util.positional(2)
def __init__(self, reason, resp=None, content=None):
def __repr__(self):
content =
reason =
resp =

Undocumented