CF_INTERNAL_ERROR error condition
Auto Loader encountered an internal error. Please contact Databricks support for assistance.
EARLIEST_SEQ_NUM_GREATER_THAN_EXPECTED_SEQ_NUM
Expected to read log entries starting from sequence number <earliestExpected>, but the earliest sequence number found is <earliestSeqNum>!
END_SEQ_NUM_GREATER_THAN_LATEST_SEQ_NUM
The requested end sequence number <endSeqNum> is larger than the latest durable sequence number <latestSeqNum>.
END_SEQ_NUM_LESS_THAN_START_SEQ_NUM
The end sequence number <endSeqNum> is smaller than the start sequence number <startSeqNum>.
FAILED_TO_GET_SORTED_WAL
Failed to get sorted WAL files for cleanup.
INVALID_STATE
Auto Loader is in an invalid state.
PREFIX_RANGES_NOT_CONTIGUOUS
The prefix ranges are not contiguous: end of current range <endOfCurrentRange> is less than start of next range <startOfNextRange>.
PREFIX_RANGES_OVERLAPPING
The prefix ranges are overlapping: end of current range <endOfCurrentRange> overlaps with start of next range <startOfNextRange>.
PREFIX_RANGE_DUPLICATE
A prefix range with start <start> already exists.
PREFIX_RANGE_INVALID
Invalid prefix range provided with start <start> and end <end>.
PREFIX_RANGE_MISMATCH
The prefix range found does not match the expected range. Expected: (start=<expectedStart>, end=<expectedEnd>, size=<expectedSize>), but found: (start=<actualStart>, end=<actualEnd>, size=<actualSize>).
PREFIX_RANGE_NOT_FOUND
No prefix range with start <start> was found in the active prefix ranges.
UNSUPPORTED_OPERATION
<operation> is not supported for <feature>.