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