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 Summary
Constructors Constructor Description QuarkifiedErrorMessageProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeExceptionurlMissingErrorForNamedClient(String name)
-
-
-
Method Detail
-
urlMissingErrorForNamedClient
public RuntimeException urlMissingErrorForNamedClient(String name)
- Specified by:
urlMissingErrorForNamedClientin interfaceio.smallrye.graphql.client.impl.ErrorMessageProvider
-
-