Class AzureIaaSvmErrorInfo


  • public final class AzureIaaSvmErrorInfo
    extends Object
    Azure IaaS VM workload-specific error information.
    • Constructor Detail

      • AzureIaaSvmErrorInfo

        public AzureIaaSvmErrorInfo()
    • 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.