ElasticsearchBulkItemException

class ElasticsearchBulkItemException(val operationType: OperationType, val index: String, val id: String?, val status: Int, val error: ErrorCause?) : RuntimeException

Constructors

Link copied to clipboard
constructor(operationType: OperationType, index: String, id: String?, status: Int, error: ErrorCause?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val error: ErrorCause?
Link copied to clipboard
val id: String?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
val operationType: OperationType
Link copied to clipboard
val status: Int