InUseLocksError Interface

An error raised when there is a lock conflict detected. Typically this error would be thrown by LockControl.acquireLocks when you are requesting a lock on an element that is already held by another briefcase.

Extends

Properties

Name Type Description
inUseLocks InUseLock[]    

Inherited properties

Name Type Inherited from Description
errorKey Inherited string ITwinError unique key for error, within namespace.
message Inherited string ITwinError explanation of what went wrong.
LoggingMetaData | undefined ITwinError metadata about the exception.
namespace Inherited string ITwinError namespace for the error.
stack Inherited string | undefined ITwinError stack trace of the error.

Defined in

Last Updated: 27 March, 2025