Home
last modified time | relevance | path

Searched refs:QueryError (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/firefighter/base/
Dbigquery.py94 raise exceptions.QueryError(response['insertErrors'])
137 raise exceptions.QueryError(response['errors'])
164 raise exceptions.QueryError(response['status']['errors'])
Dexceptions.py6 class QueryError(Exception): class
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dexceptions.py73 class QueryError(DynamoDBError): class
Dtable.py1179 raise exceptions.QueryError(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
Dtest_highlevel.py337 exceptions.QueryError,