exceptions
dev_tool.services.postgres.exceptions
PostgresServiceError
Bases: DevToolBaseError
An exception that is raised when a PostgreSQL service operation fails.
PostgresConnectionError
Bases: PostgresServiceError
An exception that is raised when a PostgreSQL connection cannot be established.
DatabaseCreationError
Bases: PostgresServiceError
An exception that is raised when a database cannot be created.
DatabaseDeletionError
Bases: PostgresServiceError
An exception that is raised when a database cannot be deleted.
SuperuserCreationError
Bases: PostgresServiceError
An exception that is raised when a PostgreSQL superuser cannot be created.
DatabaseSetupError
Bases: PostgresServiceError
An exception that is raised when database setup fails.
DatabaseDumpError
Bases: PostgresServiceError
An exception that is raised when a database dump operation fails.
DatabaseRestoreError
Bases: PostgresServiceError
An exception that is raised when a database restore operation fails.