Package io.smallrye.graphql.api
Interface ErrorExtensionProvider
public interface ErrorExtensionProvider
To add you own GraphQL error
extension
fields, you can add your own implementations
of this class via the ServiceLoader
mechanism.-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
jakarta.json.JsonValue
mapValueFrom
(Throwable exception)
-
Method Details
-
getKey
String getKey() -
mapValueFrom
-