Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.tx
/
TxIndexer
/
TxResult
/
Aborted
Aborted
data
class
Aborted
(
val
error
:
Throwable
,
val
userMetadata
:
Map
<
*
,
*
>
?
=
null
)
:
TxIndexer.TxResult
Members
Constructors
Aborted
Link copied to clipboard
constructor
(
error
:
Throwable
,
userMetadata
:
Map
<
*
,
*
>
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
user
Metadata
Link copied to clipboard
open
override
val
userMetadata
:
Map
<
*
,
*
>
?