REWIND_EXECUTION_ERROR error condition
An error occurred while executing the rewind operation.
RESTORE_VERSION_MISMATCH
The RESTORE commit at version <commitVersion> on table '<tableName>' restored to version <actualVersion>, but expected version <expectedVersion>.
This may indicate a concurrent RESTORE operation on the table.
UNEXPECTED_COMMIT_AFTER_RESTORE
Expected the latest commit on table '<tableName>' at version <version> to be a RESTORE operation, but found '<actualOperation>'.
This may indicate a concurrent writer committed to the table during the rewind.