Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-api
/
xtdb.api
/
TransactionResult
/
Aborted
Aborted
data
class
Aborted
(
val
txKey
:
TransactionKey
,
val
error
:
Throwable
?
)
:
TransactionResult
Members
Constructors
Aborted
Link copied to clipboard
constructor
(
txKey
:
TransactionKey
,
error
:
Throwable
?
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
?
tx
Key
Link copied to clipboard
open
override
val
txKey
:
TransactionKey