Package io.smallrye.graphql.schema.model
Class ErrorInfo
- java.lang.Object
-
- io.smallrye.graphql.schema.model.ErrorInfo
-
- All Implemented Interfaces:
Serializable
public final class ErrorInfo extends Object implements Serializable
Represent info on a Exception.- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetErrorCode()voidsetClassName(String className)voidsetErrorCode(String errorCode)StringtoString()
-