Searched refs:SDBResponseError (Results 1 – 4 of 4) sorted by relevance
22 from boto.exception import SDBResponseError170 except SDBResponseError as e:209 except SDBResponseError as e:
31 from boto.exception import SDBResponseError45 except SDBResponseError:
29 from boto.exception import SDBResponseError82 ResponseError = SDBResponseError503 raise SDBResponseError(response.status, response.reason, body)616 except SDBResponseError as e:
419 class SDBResponseError(BotoServerError): class