Structured
data class Structured(val type: String, val reason: String, val line: Int? = null, val col: Int? = null, val phase: String? = null, val grouped: Boolean? = null, val rootCauses: List<ErrorCause> = emptyList(), val failedShards: List<FailedShard> = emptyList(), val causedBy: ErrorReason? = null) : TransportError
Constructors
Link copied to clipboard
fun Structured(type: String, reason: String, line: Int? = null, col: Int? = null, phase: String? = null, grouped: Boolean? = null, rootCauses: List<ErrorCause> = emptyList(), failedShards: List<FailedShard> = emptyList(), causedBy: ErrorReason? = null)