GraphQLTransportCodecException

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.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?