elasticmagic
/
dev.evo.elasticmagic
/
BulkItem
/
Error
Error
data class
Error
(opType:
BulkOpType
, index:
String
, type:
String
, id:
String
, routing:
String
?, status:
Int
, error:
BulkError
) :
BulkItem
Content copied to clipboard
Properties
Properties
error
Link copied to clipboard
val
error
:
BulkError
Content copied to clipboard
id
Link copied to clipboard
open override val
id
:
String
Content copied to clipboard
index
Link copied to clipboard
open override val
index
:
String
Content copied to clipboard
opType
Link copied to clipboard
open override val
opType
:
BulkOpType
Content copied to clipboard
routing
Link copied to clipboard
open override val
routing
:
String
?
Content copied to clipboard
status
Link copied to clipboard
open override val
status
:
Int
Content copied to clipboard
type
Link copied to clipboard
open override val
type
:
String
Content copied to clipboard