Package io.smallrye.graphql.client.impl
Interface ErrorMessageProvider
-
- All Known Implementing Classes:
DefaultErrorMessageProvider
public interface ErrorMessageProviderSome error messages might differ depending on what appserver/runtime we are running inside. SmallRye provides a default error message provider, but some runtimes may choose to override it.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ErrorMessageProviderget()RuntimeExceptionurlMissingErrorForNamedClient(String name)
-
-
-
Method Detail
-
urlMissingErrorForNamedClient
RuntimeException urlMissingErrorForNamedClient(String name)
-
get
static ErrorMessageProvider get()
-
-