ConflictingLocksError Class
Deprecated  in 4.10 Use InUseLocksError instead.
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
Methods
Inherited methods
| Name | Inherited from | Description | 
| _initName(): string Protected Inherited | IModelError | This function returns the name of each error status. | 
| getMetaData(): undefined | object Inherited | IModelError | get the meta data associated with this BentleyError, if any. | 
| getErrorMessage(error: unknown): string Static Inherited | IModelError | Use run-time type checking to safely get a useful string summary of an unknown error value, or ""if none exists. | 
| getErrorMetadata(error: unknown): undefined | object Static Inherited | IModelError | Use run-time type checking to safely get the metadata with an unknown error value, if possible. | 
| getErrorProps(error: unknown): ErrorProps Static Inherited | IModelError | Returns a new ErrorPropsobject representing an unknown error value. | 
| getErrorStack(error: unknown): undefined | string Static Inherited | IModelError | Use run-time type checking to safely get the call stack of an unknown error value, if possible. | 
| getMetaData(metaData: LoggingMetaData): undefined | object Static Inherited | IModelError | get the metadata object associated with an ExceptionMetaData, if any. | 
Properties
Inherited properties
Defined in
Last Updated: 24 June, 2025