Package io.smallrye.graphql.client.impl
Class GraphQLErrorImpl
- java.lang.Object
-
- io.smallrye.graphql.client.impl.GraphQLErrorImpl
-
- All Implemented Interfaces:
GraphQLError
public class GraphQLErrorImpl extends Object implements GraphQLError
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,Object>getExtensions()List<Map<String,Integer>>getLocations()StringgetMessage()Map<String,Object>getOtherFields()Object[]getPath()inthashCode()voidsetExtensions(Map<String,Object> extensions)voidsetLocations(List<Map<String,Integer>> locations)voidsetMessage(String message)voidsetOtherFields(Map<String,Object> otherFields)voidsetPath(Object[] path)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.smallrye.graphql.client.GraphQLError
getClassification, getCode, getDescription, getException, getQueryPath, getStringExtension, getValidationErrorType
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceGraphQLError
-
getLocations
public List<Map<String,Integer>> getLocations()
- Specified by:
getLocationsin interfaceGraphQLError
-
getPath
public Object[] getPath()
- Specified by:
getPathin interfaceGraphQLError
-
getExtensions
public Map<String,Object> getExtensions()
- Specified by:
getExtensionsin interfaceGraphQLError
-
getOtherFields
public Map<String,Object> getOtherFields()
- Specified by:
getOtherFieldsin interfaceGraphQLError
-
setMessage
public void setMessage(String message)
-
setPath
public void setPath(Object[] path)
-
-