Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.DpmErrorInfo
-
Packages that use DpmErrorInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of DpmErrorInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return DpmErrorInfo Modifier and Type Method Description DpmErrorInfo
DpmErrorInfo. withErrorString(String errorString)
Set the errorString property: Localized error string.DpmErrorInfo
DpmErrorInfo. 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 DpmErrorInfo Modifier and Type Method Description List<DpmErrorInfo>
DpmJob. errorDetails()
Get the errorDetails property: The errors.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type DpmErrorInfo Modifier and Type Method Description DpmJob
DpmJob. withErrorDetails(List<DpmErrorInfo> errorDetails)
Set the errorDetails property: The errors.
-