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 TypeMethodDescriptionlocations.message.String[]getPath()paths.voidsetLocations(GraphQLResponseErrorLocationDto[] locations) locations.voidsetMessage(String message) message.voidpaths.
-
Constructor Details
-
GraphQLResponseErrorDto
public GraphQLResponseErrorDto()
-
-
Method Details
-
getMessage
message. -
getLocations
locations. -
getPath
paths. -
setMessage
message. -
setLocations
locations. -
setPath
paths.
-