INSERT_COLUMN_ARITY_MISMATCH error class

SQLSTATE: 21S01

Cannot write to <tableName>, the reason is

This error class has the following derived error classes:

NOT_ENOUGH_DATA_COLUMNS

not enough data columns: Table columns: <tableColumns>. Data columns: <dataColumns>.

TOO_MANY_DATA_COLUMNS

too many data columns: Table columns: <tableColumns>. Data columns: <dataColumns>.