Skip to content

exceptions

dev_tool.services.portal.exceptions

PortalServiceError

Bases: DevToolBaseError

An exception that is raised when a portal service operation fails.

EnvironmentDownloadError

Bases: PortalServiceError

An exception that is raised when an environment download fails.

EnvironmentParseError

Bases: PortalServiceError

An exception that is raised when environment variable parsing fails.

EnvironmentSaveError

Bases: PortalServiceError

An exception that is raised when an environment file cannot be saved.

PortalAuthenticationError

Bases: PortalServiceError

An exception that is raised when portal authentication fails.

PortalDecryptionError

Bases: PortalServiceError

An exception that is raised when database decryption fails.

PortalDownloadError

Bases: PortalServiceError

An exception that is raised when a file download from portal fails.

PortalDumpError

Bases: PortalServiceError

An exception that is raised when a database dump operation fails.

PortalHealthCheckError

Bases: PortalServiceError

An exception that is raised when a portal health check fails.