Searched defs:SearchException (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dapi_errors.py1330 class SearchException(ApiException): class in inherits:ApiException
1335 class MalformedSearchRequest(SearchException):
1340 SearchException.__init__(self)
1347 class NegativeSearchResult(SearchException):
1351 SearchException.__init__(self)
1359 class ProblematicSearchServers(SearchException):
1364 SearchException.__init__(self)
1387 class SlowSearchUsed(SearchException):
1397 class UnsupportedSearchError(SearchException):
1402 SearchException
[all...]

Completed in 1188 milliseconds