ObjectVersionChanged Error vs ConcurrentModification Error

Hello,

I am encountering some errors while running my automations (which are backed by code repo functions) and I am unable to find any docs on what these errors mean and what the triggers can be.

What is the specific definition and trigger case for Actions:ObjectVersionChanged?

What is the specific definition and trigger case for Actions:ConcurrentModification?

Goes without saying there are no logs to go off of to help me track this issue down.

These errors both indicate that your action is conflicting with the effects of another action by modifying the same object concurrently.

This can be tricky to debug, but you might try enabling the edits history on the affected object types so you can identify the other action that is causing the conflict.