Class ErrorInnerError
java.lang.Object
com.azure.resourcemanager.workloads.models.ErrorInnerError
Object containing more specific information than the current object about the error.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the innerError property: Standard error object.void
validate()
Validates the instance.withInnerError
(Error innerError) Set the innerError property: Standard error object.
-
Constructor Details
-
ErrorInnerError
public ErrorInnerError()
-
-
Method Details
-
innerError
Get the innerError property: Standard error object.- Returns:
- the innerError value.
-
withInnerError
Set the innerError property: Standard error object.- Parameters:
innerError
- the innerError value to set.- Returns:
- the ErrorInnerError object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-