COPY_INTO_COLUMN_ARITY_MISMATCH error class

SQLSTATE: 21S01

Cannot write to <tableName>, the reason is

NOT_ENOUGH_DATA_COLUMNS

not enough data columns compared to specified columns:

Specified columns: <specifiedColumns>.

Data columns: <dataColumns>.

TOO_MANY_DATA_COLUMNS

too many data columns compared to specified columns:

Specified columns: <specifiedColumns>.

Data columns: <dataColumns>.