Searched refs:HistoryException (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/client/
H A Dapi_errors.py60 class HistoryException(ApiException): class in inherits:ApiException
71 class HistoryLoadException(HistoryException):
79 HistoryException.__init__(self, *args)
83 class HistoryRequestException(HistoryException):
89 class HistoryStoreException(HistoryException):
99 class HistoryPurgeException(HistoryException):
/pkg/src/
H A Dclient.py4857 except api_errors.HistoryException as e:

Completed in 48 milliseconds