EditTxnError Namespace @beta

Type Alias

Name Description
EditTxnError.Key Keys that identify EditTxnErrors

Variable

Name Description
EditTxnError.scope the ITwinError scope for EditTxnErrors.

Function

Name Description
EditTxnError.isError Determine whether an error object is an EditTxnError
EditTxnError.throwError Instantiate and throw an EditTxnError

Defined in

EditTxnError Interface @beta

An error originating from the EditTxn API.

Extends

Properties

Name Type Description
description Readonly string | undefined The description of the EditTxn that caused the error, if applicable.  
iModelKey Readonly string | undefined The iModel key associated with the error.  

Inherited properties

Name Type Inherited from Description
iTwinErrorId Readonly Inherited ITwinErrorId ITwinError Uniquely identifies the kind of error.

Defined in

Last Updated: 21 April, 2026