Structured

data class Structured(type: String, reason: String, line: Int?, col: Int?, phase: String?, grouped: Boolean?, rootCauses: List<ErrorCause>, failedShards: List<FailedShard>) : TransportError

Types

Companion
Link copied to clipboard
common
object Companion

Properties

col
Link copied to clipboard
common
val col: Int? = null
failedShards
Link copied to clipboard
common
val failedShards: List<FailedShard>
grouped
Link copied to clipboard
common
val grouped: Boolean? = null
line
Link copied to clipboard
common
val line: Int? = null
phase
Link copied to clipboard
common
val phase: String? = null
reason
Link copied to clipboard
common
val reason: String
rootCauses
Link copied to clipboard
common
val rootCauses: List<ErrorCause>
type
Link copied to clipboard
common
val type: String