Class QuarkifiedErrorMessageProvider

java.lang.Object
io.quarkus.smallrye.graphql.client.runtime.QuarkifiedErrorMessageProvider
All Implemented Interfaces:
io.smallrye.graphql.client.impl.ErrorMessageProvider

public class QuarkifiedErrorMessageProvider extends Object implements io.smallrye.graphql.client.impl.ErrorMessageProvider
Provides Quarkus-specific versions of error messages for SmallRye GraphQL. The reason being, for example, the ability to suggest a quarkus.* configuration property when it's more appropriate than suggesting the basic /mp-graphql property understood directly by SmallRye.
  • Constructor Details

    • QuarkifiedErrorMessageProvider

      public QuarkifiedErrorMessageProvider()
  • Method Details

    • urlMissingErrorForNamedClient

      public RuntimeException urlMissingErrorForNamedClient(String name)
      Specified by:
      urlMissingErrorForNamedClient in interface io.smallrye.graphql.client.impl.ErrorMessageProvider