issues library
Classes
- InadmissibleRepositoryError
- Error representing a controlled business failure that originated in the DataSource.
- OnExceptionRepositoryError
- Error representing a failure during the orchestration or transformation within the Repository.
- UnControlRepositoryError
- Error representing an unanticipated failure captured by the Repository's safety net.
Exceptions / Errors
- InadmissibleDataSourceException
- Exception thrown when a DataSource returns a response that is technically successful or expected by the underlying protocol (e.g., HTTP 404, 400), but is considered inadmissible for the specific operation's business logic.
- UnControlDataSourceException
- Exception thrown when an unexpected error occurs within the DataSource or the underlying Driver that is not explicitly handled or anticipated by the system.