python_infrastructure_exceptions.base

Base infrastructure exception class.

Exceptions

InfrastructureException

Base exception for all infrastructure-layer errors.

Module Contents

exception python_infrastructure_exceptions.base.InfrastructureException(message: str, details: str = None)

Bases: Exception

Base exception for all infrastructure-layer errors.

Infrastructure errors are low-level technical failures: - Database connection/query failures - External API timeouts - Cache unavailability - Message queue failures - Configuration issues

These are distinct from business/application layer errors (validation, business rules) which use python-app-exceptions.

message
details = None