Class LiloGraphQLError

java.lang.Object
io.fria.lilo.error.LiloGraphQLError
All Implemented Interfaces:
graphql.GraphQLError, Serializable

public class LiloGraphQLError extends Object implements graphql.GraphQLError
See Also:
  • Constructor Details

    • LiloGraphQLError

      public LiloGraphQLError()
  • Method Details

    • getErrorType

      @Nullable public @Nullable graphql.ErrorClassification getErrorType()
      Specified by:
      getErrorType in interface graphql.GraphQLError
    • setErrorType

      public void setErrorType(@Nullable @Nullable graphql.ErrorType errorType)
    • getExtensions

      @Nullable public @Nullable Map<String,Object> getExtensions()
      Specified by:
      getExtensions in interface graphql.GraphQLError
    • setExtensions

      public void setExtensions(@Nullable @Nullable Map<String,Object> extensions)
    • getLocations

      @Nullable public @Nullable List<graphql.language.SourceLocation> getLocations()
      Specified by:
      getLocations in interface graphql.GraphQLError
    • setLocations

      public void setLocations(@Nullable @Nullable List<ErrorSourceLocation> locations)
    • getMessage

      @NotNull public @NotNull String getMessage()
      Specified by:
      getMessage in interface graphql.GraphQLError
    • setMessage

      public void setMessage(@NotNull @NotNull String message)
    • getPath

      @Nullable public @Nullable List<Object> getPath()
      Specified by:
      getPath in interface graphql.GraphQLError
    • setPath

      public void setPath(@Nullable @Nullable List<Object> path)