Home
last modified time | relevance | path

Searched refs:AQLCachePropertiesError (Results 1 – 2 of 2) sorted by relevance

/dports/databases/py-python-arango/python-arango-7.2.0/arango/
H A Daql.py13 AQLCachePropertiesError,
57 raise AQLCachePropertiesError(resp, request)
H A Dexceptions.py128 class AQLCachePropertiesError(ArangoServerError): class