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 DefaultErrorResponseError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInnererror()
Get the innererror property: More information to debug error.void
validate()
Validates the instance.
-
-
-
Method Detail
-
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.
-
-