LockConflict Class @beta
Exception thrown if lock cannot be acquired.
Extends
Methods
| Name | Description | |
|---|---|---|
| constructor(briefcaseId: number, briefcaseAlias: string, msg: "shared lock is held" | "exclusive lock is already held"): LockConflict |
Properties
| Name | Type | Description | |
|---|---|---|---|
| briefcaseAlias Readonly | string | Alias of Briefcase holding lock | |
| briefcaseId Readonly | number | Id of Briefcase holding lock |
Defined in
- backend/src/BackendHubAccess.ts Line 21
Last Updated: 05 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.