GraphQLResponseException

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

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?