Package io.smallrye.graphql.client.impl
Class GraphQLErrorImpl
java.lang.Object
io.smallrye.graphql.client.impl.GraphQLErrorImpl
- All Implemented Interfaces:
GraphQLError
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanObject[]getPath()inthashCode()voidsetExtensions(Map<String, Object> extensions) voidsetLocations(List<Map<String, Integer>> locations) voidsetMessage(String message) voidsetOtherFields(Map<String, Object> otherFields) voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.smallrye.graphql.client.GraphQLError
getClassification, getCode, getDescription, getException, getQueryPath, getStringExtension, getValidationErrorType
-
Constructor Details
-
GraphQLErrorImpl
public GraphQLErrorImpl() -
GraphQLErrorImpl
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceGraphQLError
-
getLocations
- Specified by:
getLocationsin interfaceGraphQLError
-
getPath
- Specified by:
getPathin interfaceGraphQLError
-
getExtensions
- Specified by:
getExtensionsin interfaceGraphQLError
-
getOtherFields
- Specified by:
getOtherFieldsin interfaceGraphQLError
-
setMessage
-
setLocations
-
setPath
-
setExtensions
-
setOtherFields
-
toString
-
equals
-
hashCode
public int hashCode()
-