GraphQLResponseDecodingException

class GraphQLResponseDecodingException(val responseType: Type, message: String, cause: Throwable? = null) : GraphQLTransportCodecException(source)

Thrown when GraphQLTransportCodec.decodeResponse fails to deserialize a response.

Carries the type context needed by runtime code to build a useful error message or log entry.

Constructors

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

Properties

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

The complete Type of the failed response, including generic arguments.