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 causes.
Represents an error occurred when a batch execution is running.
Represents an error that occurs when a query retrieves a result that is corrupted and cannot be converted to 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 during the processing of the returned data or parameters.
Defines the common error type for the module.
Represents an error that occurs when a query retrieves a result that cannot be matched to the expected record type.
Represents an error that occurs when a query retrieves no rows when at least one row was expected.
Represents an error that occurs when a query retrieves a result that differs from the expected result type.
Represents an error that occurs when an unsupported parameter type is added to the query.