ConvExceptionType

Conversion exception types

Values

ValueMeaning
NOT_ARRAY

Format of the value isn't array

NOT_BINARY

Format of the column isn't binary

NOT_TEXT

Format of the column isn't text string

NOT_IMPLEMENTED

Support of this type isn't implemented (or format isn't matches to specified D type)

SIZE_MISMATCH

Value size is not matched to the Postgres value or vice versa

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

CORRUPTED_ARRAY

Corrupted array value

OUT_OF_RANGE

Index is out of range

Meta