Class ApiError
- java.lang.Object
-
- com.azure.core.management.exception.ManagementError
-
- com.azure.resourcemanager.compute.models.ApiError
-
public final class ApiError extends com.azure.core.management.exception.ManagementErrorAn error response from the Compute service.
-
-
Constructor Summary
Constructors Constructor Description ApiError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InnerErrorgetInnererror()Get the innererror property: The Api inner error.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
getInnererror
public InnerError getInnererror()
Get the innererror property: The Api inner error.- Returns:
- the innererror value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-