ITwinSettingsError.throwError Function
Instantiate and throw an ITwinSettingsError.
throwError<T extends ITwinSettingsError>(key: ITwinSettingsError.Key, e: Omit<T, "name" | "iTwinErrorId">): never
| Parameter | Type | Description |
|---|---|---|
| key | ITwinSettingsError.Key | |
| e | Omit<T, "name" | "iTwinErrorId"> |
Returns - never
Defined in
- core/common/src/ITwinCoreErrors.ts Line 176
Last Updated: 04 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.