Class TemplateAssignmentResourceError

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

    public class TemplateAssignmentResourceError
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Body parameters for assignment error.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()
      Gets the errorCode.
      java.lang.String getMessage()
      Gets the message.
      java.lang.String getName()
      Gets the name.
      java.lang.String getStatusCode()
      Gets the statusCode.
      • 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

      • getName

        public java.lang.String getName()
        Gets the name. Name of the error.
        Returns:
        the name
      • getErrorCode

        public java.lang.String getErrorCode()
        Gets the errorCode. Internal error code.
        Returns:
        the errorCode
      • getMessage

        public java.lang.String getMessage()
        Gets the message. Error message detailing the nature of the error.
        Returns:
        the message
      • getStatusCode

        public java.lang.String getStatusCode()
        Gets the statusCode. Internal status code for the error.
        Returns:
        the statusCode