AUTOCDC_MICROBATCH_VALIDATION error condition

SQLSTATE: 22000

AutoCDC flow on table <tableName> in batch <batchId> failed microbatch validation.

NON_ORDERABLE_SEQUENCE

The sequencing column has non-orderable type <dataType>. The sequencing column must be of a type that supports ordering.

NULL_KEY

The microbatch contains rows with null values in the following key column(s): <nullKeyCounts>. All rows must have non-null values for every key column.

NULL_SEQUENCE

The microbatch contains <nullCount> row(s) with a null sequencing value. All rows must have a non-null sequencing value.