Expand description
This module contains the custom error types used in the application.
Enumsยง
- Condition
Error - Represents an error that occurs when there is an invalid condition.
- Insert
Value Error - Represents an error that occurs during the insertion of a value.
- Join
Table Error - Represents an error that occurs during joining of tables.
- Postgres
Base Error - Represents an error that can occur in the PostgreSQL interface.
- Query
Column Error - Represents an error that occurs during handling of query columns.
- Update
SetError - Represents an error that occurs when creating an update set.