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 Constructor Description OdataErrorMain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getInnererror()
Get the innererror property: The structure of this object is service-specific.void
validate()
Validates the instance.
-
-
-
Method Detail
-
getInnererror
public Map<String,Object> 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.
-
-