Class ErrorResponseCommon
- java.lang.Object
-
- com.azure.core.management.exception.ManagementError
-
- com.azure.resourcemanager.monitor.models.ErrorResponseCommon
-
public final class ErrorResponseCommon extends com.azure.core.management.exception.ManagementErrorThe resource management error response.
-
-
Constructor Summary
Constructors Constructor Description ErrorResponseCommon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ErrorResponseCommon>getDetails()Get the details property: The error details.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
getDetails
public List<ErrorResponseCommon> getDetails()
Get the details property: The error details.- Overrides:
getDetailsin classcom.azure.core.management.exception.ManagementError- Returns:
- the details value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-