TypeMappingExceptionMessage
Messages for TypeMappingException occurring during conversion between Kotlin and PostgreSQL types.
Entries
General failure when converting a database value to a Kotlin property.
Database enum string does not match any entry in the Kotlin enum class.
Attempted to use a native array (Array
The internal format of a dynamic type (dynamic_dto or dynamic_map) is invalid or corrupted.
Collection element type does not match the expected generic type.
General type mismatch during mapping.
A required (non-null) property in a data class was missing from the query result.
Critical failure during instantiation of a data class or object mapping.
Data class contains a generic type parameter which is not supported by reflection mapping.
JSON deserialization error in dynamic_dto
Object to JSON serialization error for dynamic_dto
A non-nullable Kotlin field received a NULL value from the database.
Expected a single row but the query returned multiple rows.
User-defined PgCompositeMapper implementation threw an exception.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.