Uses of Class
com.azure.resourcemanager.dataprotection.models.UserFacingError
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of UserFacingError in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionProtectionStatusDetails.errorDetails()
Get the errorDetails property: Specifies the protection status error of the resource.BackupInstance.protectionErrorDetails()
Get the protectionErrorDetails property: Specifies the protection error of the resource.Set the code property: Unique code for this error.UserFacingError.withDetails
(List<UserFacingError> details) Set the details property: Additional related Errors.UserFacingError.withInnerError
(InnerError innerError) Set the innerError property: InnerErrorUserFacingError.withIsRetryable
(Boolean isRetryable) Set the isRetryable property: Whether the operation will be retryable or not.UserFacingError.withIsUserError
(Boolean isUserError) Set the isUserError property: Whether the operation is due to a user error or service error.UserFacingError.withMessage
(String message) Set the message property: The message property.UserFacingError.withProperties
(Map<String, String> properties) Set the properties property: Any key value pairs that can be injected inside error object.UserFacingError.withRecommendedAction
(List<String> recommendedAction) Set the recommendedAction property: RecommendedAction � localized.UserFacingError.withTarget
(String target) Set the target property: Target of the error.Modifier and TypeMethodDescriptionUserFacingError.details()
Get the details property: Additional related Errors.AzureBackupJob.errorDetails()
Get the errorDetails property: A List, detailing the errors related to the job.Modifier and TypeMethodDescriptionProtectionStatusDetails.withErrorDetails
(UserFacingError errorDetails) Set the errorDetails property: Specifies the protection status error of the resource.Modifier and TypeMethodDescriptionUserFacingError.withDetails
(List<UserFacingError> details) Set the details property: Additional related Errors.