Class ErrorCodeExtensionProvider
- java.lang.Object
-
- io.smallrye.graphql.execution.error.ErrorCodeExtensionProvider
-
- All Implemented Interfaces:
ErrorExtensionProvider
public class ErrorCodeExtensionProvider extends Object implements ErrorExtensionProvider
-
-
Constructor Summary
Constructors Constructor Description ErrorCodeExtensionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()jakarta.json.JsonValuemapValueFrom(Throwable exception)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceErrorExtensionProvider
-
mapValueFrom
public jakarta.json.JsonValue mapValueFrom(Throwable exception)
- Specified by:
mapValueFromin interfaceErrorExtensionProvider
-
-