Module errors

Source
Expand description

This module contains the custom error types used in the application.

Enumsยง

ConditionError
Represents an error that occurs when there is an invalid condition.
InsertValueError
Represents an error that occurs during the insertion of a value.
JoinTableError
Represents an error that occurs during joining of tables.
PostgresBaseError
Represents an error that can occur in the PostgreSQL interface.
QueryColumnError
Represents an error that occurs during handling of query columns.
UpdateSetError
Represents an error that occurs when creating an update set.