Class DefaultErrorResponseError

java.lang.Object
com.microsoft.azure.management.appservice.DefaultErrorResponseError

public class DefaultErrorResponseError extends Object
Error model.
  • Constructor Details

    • DefaultErrorResponseError

      public DefaultErrorResponseError()
  • Method Details

    • code

      public String code()
      Get standardized string to programmatically identify the error.
      Returns:
      the code value
    • message

      public String message()
      Get detailed error description and debugging information.
      Returns:
      the message value
    • target

      public String target()
      Get detailed error description and debugging information.
      Returns:
      the target value
    • details

      Get the details value.
      Returns:
      the details value
    • withDetails

      Set the details value.
      Parameters:
      details - the details value to set
      Returns:
      the DefaultErrorResponseError object itself.
    • innererror

      public String innererror()
      Get more information to debug error.
      Returns:
      the innererror value