Class ErrorInfoMap
- java.lang.Object
-
- io.smallrye.graphql.execution.error.ErrorInfoMap
-
public class ErrorInfoMap extends Object
Here we create a mapping of all error info that we know about- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorInfogetErrorInfo(String className)static voidregister(Map<String,ErrorInfo> map)
-