Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-api
/
xtdb.api.error
/
Anomaly
Anomaly
sealed
class
Anomaly
:
RuntimeException
,
IExceptionInfo
See https://github.com/cognitect-labs/anomalies.
Inheritors
Caller
Busy
Fault
Interrupted
Unavailable
Members
Types
Caller
Link copied to clipboard
sealed
class
Caller
:
Anomaly
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
data
Link copied to clipboard
open
override
val
data
:
IPersistentMap
message
Link copied to clipboard
open
override
val
message
:
String
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Data
Link copied to clipboard
open
override
fun
getData
(
)
:
IPersistentMap
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int