Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-elasticsearch
/
me.ahoo.wow.elasticsearch.eventsourcing
/
ElasticsearchBulkItemException
Elasticsearch
Bulk
Item
Exception
class
ElasticsearchBulkItemException
(
val
operationType
:
OperationType
,
val
index
:
String
,
val
id
:
String
?
,
val
status
:
Int
,
val
error
:
ErrorCause
?
)
:
RuntimeException
Members
Constructors
Elasticsearch
Bulk
Item
Exception
Link copied to clipboard
constructor
(
operationType
:
OperationType
,
index
:
String
,
id
:
String
?
,
status
:
Int
,
error
:
ErrorCause
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
ErrorCause
?
id
Link copied to clipboard
val
id
:
String
?
index
Link copied to clipboard
val
index
:
String
message
Link copied to clipboard
open
val
message
:
String
?
operation
Type
Link copied to clipboard
val
operationType
:
OperationType
status
Link copied to clipboard
val
status
:
Int