Class ErrorInfo


  • public class ErrorInfo
    extends java.lang.Object
    This class will encapsulate all the information Fauna returns about errors including constraint failures, and abort data, for now it just has the code and message.
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorInfo​(java.lang.String code, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()  
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorInfo

        public ErrorInfo​(java.lang.String code,
                         java.lang.String message)
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • getMessage

        public java.lang.String getMessage()