GraphQLError
data class GraphQLError(val message: String, val path: List<Any>? = null, val locations: List<SourceLocation>? = null, val extensions: Map<String, Any?> = emptyMap())(source)
Viaduct's representation of a GraphQL error.
This type is provided by Viaduct to service engineers for building custom error responses.