Enum ConvExceptionType

Conversion exception types

enum ConvExceptionType : int { ... }

Enum members

NameDescription
CORRUPTED_ARRAY Corrupted array value
CORRUPTED_JSONB Corrupted JSONB value
DATE_VALUE_OVERFLOW Date value isn't fits to Postgres binary Date value
DIMENSION_MISMATCH Array dimension size is not matched to the Postgres array
NOT_ARRAY Format of the value isn't array
NOT_BINARY Format of the column isn't binary
NOT_IMPLEMENTED Support of this type isn't implemented (or format isn't matches to specified D type)
NOT_TEXT Format of the column isn't text string
OUT_OF_RANGE Index is out of range
SIZE_MISMATCH Value size is not matched to the Postgres value or vice versa
TOO_PRECISE Too precise value can't be stored in destination variable