Class DefaultErrorResponseError

java.lang.Object
com.azure.core.management.exception.ManagementError
com.azure.resourcemanager.appcontainers.models.DefaultErrorResponseError

public final class DefaultErrorResponseError extends com.azure.core.management.exception.ManagementError
App Service error response.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of DefaultErrorResponseError class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the innererror property: More information to debug error.
    void
    Validates the instance.

    Methods inherited from class com.azure.core.management.exception.ManagementError

    getAdditionalInfo, getCode, getDetails, getMessage, getTarget, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DefaultErrorResponseError

      public DefaultErrorResponseError()
      Creates an instance of DefaultErrorResponseError class.
  • Method Details

    • getInnererror

      public String getInnererror()
      Get the innererror property: More information to debug error.
      Returns:
      the innererror value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.