Home
last modified time | relevance | path

Searched refs:SDBPersistenceError (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dtest_db.py9 from boto.exception import SDBPersistenceError
198 except(SDBPersistenceError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
Dsdbmanager.py30 from boto.exception import SDBPersistenceError, S3ResponseError
354 raise SDBPersistenceError("Invalid Blob ID: %s" % value.id)
681 raise SDBPersistenceError("Error: %s must be unique!" % property.name)
708 raise SDBPersistenceError("Error: %s must be unique!" % prop.name)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py52 class SDBPersistenceError(StandardError): class