Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureWorkloadErrorInfo
-
Packages that use AzureWorkloadErrorInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureWorkloadErrorInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureWorkloadErrorInfo Modifier and Type Method Description AzureWorkloadErrorInfo
AzureWorkloadErrorInfo. withAdditionalDetails(String additionalDetails)
Set the additionalDetails property: Additional details for above error code.AzureWorkloadErrorInfo
AzureWorkloadErrorInfo. withErrorCode(Integer errorCode)
Set the errorCode property: Error code.AzureWorkloadErrorInfo
AzureWorkloadErrorInfo. withErrorString(String errorString)
Set the errorString property: Localized error string.AzureWorkloadErrorInfo
AzureWorkloadErrorInfo. withErrorTitle(String errorTitle)
Set the errorTitle property: Title: Typically, the entity that the error pertains to.AzureWorkloadErrorInfo
AzureWorkloadErrorInfo. withRecommendations(List<String> recommendations)
Set the recommendations property: List of localized recommendations for above error code.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type AzureWorkloadErrorInfo Modifier and Type Method Description List<AzureWorkloadErrorInfo>
AzureWorkloadJob. errorDetails()
Get the errorDetails property: Error details on execution of this job.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type AzureWorkloadErrorInfo Modifier and Type Method Description AzureWorkloadJob
AzureWorkloadJob. withErrorDetails(List<AzureWorkloadErrorInfo> errorDetails)
Set the errorDetails property: Error details on execution of this job.
-