Class GraphQLResponseErrorDto
java.lang.Object
de.qytera.qtaf.xray.dto.response.graphql.GraphQLResponseErrorDto
Represents a generic GraphQL error, consisting of a message, one or more locations and the query paths which caused
them.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getPath()voidsetLocations(GraphQLResponseErrorLocationDto[] locations) voidsetMessage(String message) void
-
Constructor Details
-
GraphQLResponseErrorDto
public GraphQLResponseErrorDto()
-
-
Method Details
-
getMessage
-
getLocations
-
getPath
-
setMessage
-
setLocations
-
setPath
-