Lines Matching defs:ApiException

42 class ApiException(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):
182 class VersionException(ApiException):
184 ApiException.__init__(self)
189 class PlanExistsException(ApiException):
191 ApiException.__init__(self)
195 class PlanPrepareException(ApiException):
200 class InvalidPackageErrors(ApiException):
208 ApiException.__init__(self)
217 class LicenseAcceptanceError(ApiException):
223 ApiException.__init__(self)
300 class ActuatorException(ApiException):
302 ApiException.__init__(self)
309 class PrematureExecutionException(ApiException):
317 class AlreadyExecutedException(ApiException):
321 class ImageplanStateException(ApiException):
323 ApiException.__init__(self)
327 class InvalidPlanError(ApiException):
337 class ImagePkgStateError(ApiException):
340 ApiException.__init__(self)
350 class IpkgOutOfDateException(ApiException):
355 class ImageUpdateOnLiveImageException(ApiException):
361 class RebootNeededOnLiveImageException(ApiException):
367 class CanceledException(ApiException):
370 class PlanMissingException(ApiException):
373 class NoPackagesInstalledException(ApiException):
376 class PermissionsException(ApiException):
378 ApiException.__init__(self)
419 ApiException.__init__(self)
430 class InvalidLockException(ApiException):
432 ApiException.__init__(self)
441 class PackageMatchErrors(ApiException):
447 ApiException.__init__(self)
502 class PlanCreationException(ApiException):
529 ApiException.__init__(self)
735 class ConflictingActionError(ApiException):
754 class ConflictingActionErrors(ApiException):
885 class ImageBoundaryError(ApiException):
897 ApiException.__init__(self)
957 class ImageBoundaryErrors(ApiException):
962 ApiException.__init__(self)
1040 class ActionExecutionError(ApiException):
1111 class CatalogOriginRefreshException(ApiException):
1113 ApiException.__init__(self)
1119 class CatalogRefreshException(ApiException):
1121 ApiException.__init__(self)
1128 class CatalogError(ApiException):
1132 ApiException.__init__(self)
1284 class InventoryException(ApiException):
1291 ApiException.__init__(self)
1330 class SearchException(ApiException):
1482 class WrapIndexingException(ApiException):
1488 ApiException.__init__(self)
1507 class BooleanQueryException(ApiException):
1513 ApiException.__init__(self)
1520 class ParseError(ApiException):
1522 ApiException.__init__(self)
1529 class NonLeafPackageException(ApiException):
1539 ApiException.__init__(self, *args)
1570 class InvalidDepotResponseException(ApiException):
1574 ApiException.__init__(self)
1591 class DataError(ApiException):
1595 ApiException.__init__(self, *args)
1647 class UnsupportedP5SVersion(ApiException):
1659 class TransportError(ApiException):
1673 class RetrievalError(ApiException):
1678 ApiException.__init__(self)
1691 class InvalidResourceLocation(ApiException):
1695 ApiException.__init__(self)
1701 class BEException(ApiException):
1703 ApiException.__init__(self)
1784 class UnrecognizedOptionsToInfo(ApiException):
1786 ApiException.__init__(self)
1795 class IncorrectIndexFileHash(ApiException):
1801 class PublisherError(ApiException):
1805 ApiException.__init__(self, *args)
2049 ApiException.__init__(self)
2111 ApiException.__init__(self)
2127 ApiException.__init__(self)
2223 class UnknownSysrepoConfiguration(ApiException):
2237 class ModifyingSyspubException(ApiException):
2248 class SigningException(ApiException):
2513 class AlmostIdentical(ApiException):
2540 class DuplicateSignaturesAlreadyExist(ApiException):
2555 class InvalidPropertyValue(ApiException):
2559 ApiException.__init__(self)
2566 class CertificateError(ApiException):
2570 ApiException.__init__(self, *args)
2767 class ServerReturnError(ApiException):
2772 ApiException.__init__(self)
2779 class MissingFileArgumentException(ApiException):
2783 ApiException.__init__(self)
2790 class ManifestError(ApiException):
2794 ApiException.__init__(self, *args, **kwargs)
2815 class UnknownErrors(ApiException):
2823 ApiException.__init__(self)
2831 class ImageCreationException(ApiException):
2833 ApiException.__init__(self)
2846 class ImageCfgEmptyError(ApiException):
2854 class UnsupportedImageError(ApiException):
2859 ApiException.__init__(self)
2875 """Converts the provided exception into an ApiException equivalent if
2893 class LinkedImageException(ApiException):
3256 class FreezePkgsException(ApiException):
3261 ApiException.__init__(self)
3311 class InvalidFreezeFile(ApiException):
3318 class UnknownFreezeFileVersion(ApiException):
3335 class InvalidOptionError(ApiException):
3408 class InvalidOptionErrors(ApiException):
3429 class UnexpectedLinkError(ApiException):
3449 class InvalidConfigFile(ApiException):
3471 class UnsupportedVariantGlobbing(ApiException):