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:
  • Constructor Details

    • ErrorInfo

      public ErrorInfo()
    • ErrorInfo

      public ErrorInfo(String className, String errorCode)
  • Method Details

    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • toString

      public String toString()
      Overrides:
      toString in class Object