View Source KubeProbex.Exceptions.Ecto.DatabaseNotCreatedError exception (Kube Probex v1.0.1)
An exception raised when a database storage is not created for a specific Ecto repository.
This exception is used by the KubeProbex.Check.EctoReady
module during readiness checks
to signal that the required database storage has not been initialized. It provides
a clear error message to guide developers in resolving the issue.
Attributes
repo
- The Ecto repository for which the database storage is missing.