Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobErrorInfo
-
Packages that use VaultJobErrorInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of VaultJobErrorInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return VaultJobErrorInfo Modifier and Type Method Description VaultJobErrorInfo
VaultJobErrorInfo. withErrorCode(Integer errorCode)
Set the errorCode property: Error code.VaultJobErrorInfo
VaultJobErrorInfo. withErrorString(String errorString)
Set the errorString property: Localized error string.VaultJobErrorInfo
VaultJobErrorInfo. 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 VaultJobErrorInfo Modifier and Type Method Description List<VaultJobErrorInfo>
VaultJob. 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 VaultJobErrorInfo Modifier and Type Method Description VaultJob
VaultJob. withErrorDetails(List<VaultJobErrorInfo> errorDetails)
Set the errorDetails property: Error details on execution of this job.
-