Class ExecutionErrorsService

java.lang.Object
io.smallrye.graphql.execution.error.ExecutionErrorsService

public class ExecutionErrorsService extends Object
Help to create the exceptions
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Constructor Details

    • ExecutionErrorsService

      public ExecutionErrorsService()
  • Method Details

    • toJsonErrors

      public jakarta.json.JsonArray toJsonErrors(List<graphql.GraphQLError> errors)