Class LiloGraphQLError

  • All Implemented Interfaces:
    graphql.GraphQLError, Serializable

    public class LiloGraphQLError
    extends Object
    implements graphql.GraphQLError
    See Also:
    Serialized Form
    • Constructor Detail

      • LiloGraphQLError

        public LiloGraphQLError()
    • Method Detail

      • getErrorType

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

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

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

        @Nullable
        public @Nullable Map<String,​Object> getExtensions()
        Specified by:
        getExtensions in interface graphql.GraphQLError
      • 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)
      • setExtensions

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