PersistentAI API Documentation / @persistentai/fireflow-vfs / lakefs / isNoChangesError
Function: isNoChangesError()
isNoChangesError(
error):boolean
Defined in: packages/fireflow-vfs/src/lakefs/client.ts:140
Check if a lakeFS error indicates "no changes to commit"
This happens when trying to commit with allow_empty=false but there are no staged changes (e.g., uploaded files have identical content).
Parameters
error
unknown
Returns
boolean