Class ErrorResponse


  • public class ErrorResponse
    extends com.synopsys.integration.util.Stringable
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorResponse​(java.lang.String errorMessage, java.lang.String errorCode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()  
      java.lang.String getErrorMessage()  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ErrorResponse

        public ErrorResponse​(java.lang.String errorMessage,
                             java.lang.String errorCode)
    • Method Detail

      • getErrorMessage

        public java.lang.String getErrorMessage()
      • getErrorCode

        public java.lang.String getErrorCode()