Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.OperationStatusError
-
Packages that use OperationStatusError Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of OperationStatusError in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return OperationStatusError Modifier and Type Method Description OperationStatusError
OperationStatusInner. error()
Get the error property: Error information related to this operation.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type OperationStatusError Modifier and Type Method Description OperationStatusInner
OperationStatusInner. withError(OperationStatusError error)
Set the error property: Error information related to this operation. -
Uses of OperationStatusError in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return OperationStatusError Modifier and Type Method Description OperationStatusError
OperationStatus. error()
Gets the error property: Error information related to this operation.OperationStatusError
OperationStatusError. withCode(String code)
Set the code property: Error code of the operation failure.OperationStatusError
OperationStatusError. withMessage(String message)
Set the message property: Error message displayed if the operation failure.
-