Value | Meaning |
---|---|
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 | Result value size is not matched to the received Postgres value |
CORRUPTED_JSONB | Corrupted JSONB value |
DATE_VALUE_OVERFLOW | Date value isn't fits to Postgres binary Date value |
Conversion exception types