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

/pkg/src/modules/server/
H A Dapi_errors.py26 class ApiException(Exception): class in inherits:Exception
37 class VersionException(ApiException):
42 ApiException.__init__(self)
52 class RedirectException(ApiException):
59 class UnrecognizedOptionsToInfo(ApiException):
61 ApiException.__init__(self)
/pkg/src/modules/lint/
H A Dengine.py34 from pkg.client.api_errors import ApiException namespace
885 except (ApiException, OSError, IOError) as err:
893 except ApiException as e:
/pkg/src/modules/client/
H A Dapi_errors.py42 class ApiException(Exception): class in inherits:Exception
54 class SuidUnsupportedError(ApiException):
60 class HistoryException(ApiException):
109 class ImageLockedError(ApiException):
114 ApiException.__init__(self)
140 class ImageNotFoundException(ApiException):
143 ApiException.__init__(self)
152 class ImageFormatUpdateNeeded(ApiException):
157 ApiException.__init__(self)
165 class ImageInsufficentSpace(ApiException)
[all...]

Completed in 41 milliseconds