Class OdataErrorMain
java.lang.Object
com.azure.core.management.exception.ManagementError
com.azure.resourcemanager.authorization.fluent.models.OdataErrorMain
public final class OdataErrorMain
extends com.azure.core.management.exception.ManagementError
The OdataErrorMain model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the innererror property: The structure of this object is service-specific.voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.exception.ManagementError
getAdditionalInfo, getCode, getDetails, getMessage, getTarget, toString
-
Constructor Details
-
OdataErrorMain
public OdataErrorMain()Creates an instance of OdataErrorMain class.
-
-
Method Details
-
getInnererror
Get the innererror property: The structure of this object is service-specific.- Returns:
- the innererror value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-