GraphQLException

class GraphQLException(val errors: List<String>, message: String) : IndexerException

GraphQL error in response.

Recovery: Don't retry (query error)

Constructors

Link copied to clipboard
constructor(errors: List<String>, message: String)

Properties

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