ElementReservationError Namespace @beta
Type Alias
| Name | Description |
|---|---|
| ElementReservationError.Key | Keys that identify ElementReservationErrors |
Variable
| Name | Description |
|---|---|
| ElementReservationError.scope | the ITwinError scope for ElementReservationErrors. |
Function
| Name | Description |
|---|---|
| ElementReservationError.isError | Determine whether an error object is an ElementReservationError |
| ElementReservationError.throwError | Instantiate and throw an ElementReservationError |
Defined in
- core/common/src/ITwinCoreErrors.ts Line 312
ElementReservationError Interface @beta
An error originating from the shared element reservation APIs (see SynchronousChannel.Reservations), used to coordinate simultaneous creation of elements with shared identities across briefcases.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| federationGuid Readonly | string | undefined | The federationGuid of the element involved in the error, when known. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| iTwinErrorId Readonly Inherited | ITwinErrorId | ITwinError | Uniquely identifies the kind of error. |
Defined in
- core/common/src/ITwinCoreErrors.ts Line 312
Last Updated: 03 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.