Package io.fria.lilo.error
Class LiloGraphQLError
java.lang.Object
io.fria.lilo.error.LiloGraphQLError
- All Implemented Interfaces:
graphql.GraphQLError,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface graphql.GraphQLError
graphql.GraphQLError.Builder<B extends graphql.GraphQLError.Builder<B>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable graphql.ErrorClassification@Nullable List<graphql.language.SourceLocation>@NotNull StringgetPath()voidsetErrorType(@Nullable graphql.ErrorType errorType) voidsetExtensions(@Nullable Map<String, Object> extensions) voidsetLocations(@Nullable List<ErrorSourceLocation> locations) voidsetMessage(@NotNull String message) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.GraphQLError
toSpecification
-
Constructor Details
-
LiloGraphQLError
public LiloGraphQLError()
-
-
Method Details
-
getErrorType
@Nullable public @Nullable graphql.ErrorClassification getErrorType()- Specified by:
getErrorTypein interfacegraphql.GraphQLError
-
setErrorType
public void setErrorType(@Nullable @Nullable graphql.ErrorType errorType) -
getExtensions
- Specified by:
getExtensionsin interfacegraphql.GraphQLError
-
setExtensions
-
getLocations
- Specified by:
getLocationsin interfacegraphql.GraphQLError
-
setLocations
-
getMessage
- Specified by:
getMessagein interfacegraphql.GraphQLError
-
setMessage
-
getPath
- Specified by:
getPathin interfacegraphql.GraphQLError
-
setPath
-