GraphQLResponseException

Deprecated

Legacy exception of the GraphContainer flow. Use GraphQLResponseError handling with the backend-neutral GraphQLResponse contract instead.

Thrown when a GraphQL response contains errors and the caller requires non-null data.

Legacy: part of the deprecated GraphContainer flow in :compat.

Constructors

Link copied to clipboard
constructor(errors: List<GraphError>?)

Properties

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

The list of GraphError objects from the response.

Link copied to clipboard
open val message: String?