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 Details

    • AzureIaaSvmErrorInfo

      public AzureIaaSvmErrorInfo()
      Creates an instance of AzureIaaSvmErrorInfo class.
  • Method Details

    • 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.