Class ErrorAdditionalInfo
java.lang.Object
com.azure.resourcemanager.redis.models.ErrorAdditionalInfo
The resource management error additional info.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorAdditionalInfo
public ErrorAdditionalInfo()Creates an instance of ErrorAdditionalInfo class.
-
-
Method Details
-
type
Get the type property: The additional info type.- Returns:
- the type value.
-
info
Get the info property: The additional info.- Returns:
- the info value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-