entity.resources.exceptions module

Custom exceptions used across resources and infrastructure.

exception entity.resources.exceptions.ResourceError[source]

Bases: Exception

Base class for errors raised by resource implementations.

exception entity.resources.exceptions.InfrastructureError[source]

Bases: ResourceError

Raised when infrastructure operations fail.

exception entity.resources.exceptions.ResourceInitializationError[source]

Bases: ResourceError

Raised when a canonical resource is missing required dependencies.