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 Type
    Method
    Description
     
    jakarta.json.JsonValue
     
  • Method Details

    • getKey

      String getKey()
    • mapValueFrom

      jakarta.json.JsonValue mapValueFrom(Throwable exception)