Class AzureIaaSvmErrorInfo
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.AzureIaaSvmErrorInfo
-
public final class AzureIaaSvmErrorInfo extends Object
Azure IaaS VM workload-specific error information.
-
-
Constructor Summary
Constructors Constructor Description AzureIaaSvmErrorInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
errorCode()
Get the errorCode property: Error code.String
errorString()
Get the errorString property: Localized error string.String
errorTitle()
Get the errorTitle property: Title: Typically, the entity that the error pertains to.List<String>
recommendations()
Get the recommendations property: List of localized recommendations for above error code.void
validate()
Validates the instance.
-
-
-
Method Detail
-
errorCode
public Integer errorCode()
Get the errorCode property: Error code.- Returns:
- the errorCode value.
-
errorTitle
public String errorTitle()
Get the errorTitle property: Title: Typically, the entity that the error pertains to.- Returns:
- the errorTitle value.
-
errorString
public String errorString()
Get the errorString property: Localized error string.- Returns:
- the errorString value.
-
recommendations
public List<String> recommendations()
Get the recommendations property: List of localized recommendations for above error code.- Returns:
- the recommendations value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-