TransportError

sealed class TransportError

Types

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

Inheritors

TransportError
Link copied to clipboard
TransportError
Link copied to clipboard