MappingExceptionReason

Represents the specific reason for a mapping failure.

Entries

Link copied to clipboard

No suitable converter was found for the target data types.

Link copied to clipboard

The requested column, composite attribute, record field or array element does not exist - by that name, or at that position.

Link copied to clipboard

The data could not be converted or cast to the target type.

Link copied to clipboard

A required, non-nullable property in the target object received a null value.

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.