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 Detail

      • mapValueFrom

        jakarta.json.JsonValue mapValueFrom​(Throwable exception)