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.ManagementError
The resource management error response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the details property: The error details.voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.exception.ManagementError
getAdditionalInfo, getCode, getMessage, getTarget, toString
-
Constructor Details
-
ErrorResponseCommon
public ErrorResponseCommon()
-
-
Method Details
-
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.
-