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. |
string | ITwinError | explanation of what went wrong. | |
metadata Inherited | 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
- core/common/src/ITwinError.ts Line 82
Last Updated: 27 March, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.