OngoingActionError

object OngoingActionError : Throwable

While having one lock action in progress and try to perform another one. This is valid for

It is possible to run multiple instances of the following actions (e.g. trying to disconnect multiple locks at the same time)

Note that by when this error is thrown, it doesn't stop the original action.