GraphQLTransportCodecException
open class GraphQLTransportCodecException(message: String, cause: Throwable? = null) : RuntimeException(source)
Base type for all failures produced by a GraphQLTransportCodec.
Codec implementations must wrap backend failures in GraphQLRequestEncodingException or GraphQLResponseDecodingException instead of leaking backend-specific exceptions, so runtime callers can rely on a single exception family.