Errors
- ApplicationError distinctError
- BatchExecuteError distinct(Error & error)
- ConversionError distinctDataError
- DatabaseError distinct(Error & error)
- DataError distinctApplicationError
- Error distinct
- FieldMismatchError distinctDataError
- NoRowsError distinctError
- TypeMismatchError distinctDataError
- UnsupportedTypeError distinctDataError
Represents an error originating from application-level configurations.
Represents an error that occurs during the execution of batch queries.
Represents an error that occurs when a query retrieves a result that is corrupted and cannot be converted to the expected type.
Represents an error caused by an issue related to database accessibility, erroneous queries, constraint violations, database resource clean-up, and other similar scenarios.
Represents an error that occurs during the processing of the parameters or returned results.
Defines the generic error type for the sql
module.
Represents an error that occurs when a query retrieves a result that cannot be mapped to the expected record type.
Represents an error that occurs when a query retrieves does not retrieve any rows when at least one row is expected.
Represents an error that occurs when a query retrieves a result that differs from the supported result type.
Represents an error that occurs when an unsupported parameter type is added to the query.