Class ErrorObj

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ErrorObj
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    integration error object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Gets the code.
      java.lang.String getMessage()
      Gets the message.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

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

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Gets the code. error code.
        Returns:
        the code
      • getMessage

        public java.lang.String getMessage()
        Gets the message. error message.
        Returns:
        the message