TransportError
sealed class TransportError
Content copied to clipboard
Types
Simple
Link copied to clipboard
Structured
Link copied to clipboard
data class Structured(type: String, reason: String, line: Int?, col: Int?, phase: String?, grouped: Boolean?, rootCauses: List<ErrorCause>, failedShards: List<FailedShard>) : TransportError
Content copied to clipboard