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 TypeMethodDescriptionlocationsmessageString[]getPath()pathsvoidsetLocations(GraphQLResponseErrorLocationDto[] locations) locationsvoidsetMessage(String message) messagevoidpaths
-
Constructor Details
-
GraphQLResponseErrorDto
public GraphQLResponseErrorDto()
-
-
Method Details
-
getMessage
message -
getLocations
locations -
getPath
paths -
setMessage
message -
setLocations
locations -
setPath
paths
-