Class Error
- java.lang.Object
-
- com.azure.core.management.exception.ManagementError
-
- com.azure.resourcemanager.network.models.Error
-
public final class Error extends com.azure.core.management.exception.ManagementErrorCommon error representation.
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInnerError()Get the innerError property: Inner error message.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
getInnerError
public String getInnerError()
Get the innerError property: Inner error message.- Returns:
- the innerError value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-