INCOMPATIBLE_DATA_TO_TABLE error class

SQLSTATE: none assigned

Cannot write incompatible data to table <tableName>:

This error class has the following derived error classes:

AMBIGUOUS_COLUMN_NAME

Ambiguous column name in the input data: <colPath>.

CANNOT_FIND_DATA

Cannot find data for output column <colPath>.

CANNOT_SAFELY_CAST

Cannot safely cast <colPath>: <from> to <to>.

EXTRA_STRUCT_FIELDS

Cannot write extra fields to struct <colPath>: <extraCols>.

NULLABLE_ARRAY_ELEMENTS

Cannot write nullable elements to array of non-nulls: <colPath>.

NULLABLE_COLUMN

Cannot write nullable values to non-null column <colPath>.

NULLABLE_MAP_VALUES

Cannot write nullable elements to array of non-nulls: <colPath>.

STRUCT_MISSING_FIELDS

Struct <colPath> missing fields: <missingFields>.

UNEXPECTED_COLUMN_NAME

Struct <colPath> <order>-th field name does not match (may be out of order): expected <expected>, found <found>.