ConversionExceptionMessage

Entries

Link copied to clipboard

General standard type conversion error

Link copied to clipboard

Database value doesn't match any enum

Link copied to clipboard

dynamic_dto parsing error

Link copied to clipboard
Link copied to clipboard

General error during data class instantiation

Link copied to clipboard

Missing key for required field in data class

Link copied to clipboard

JSON deserialization error in dynamic_dto

Link copied to clipboard

Object to JSON serialization error for dynamic_dto

Link copied to clipboard

When a non-null value was expected but null was received

Link copied to clipboard

When a query returned no rows but at least one was expected

Link copied to clipboard

When a single-row method received more than one row

Link copied to clipboard

Error during manual mapping via PgCompositeMapper

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.