ArmRecoveryServicesBackupModelFactory.StorageErrorInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure storage specific error information.
public static Azure.ResourceManager.RecoveryServicesBackup.Models.StorageErrorInfo StorageErrorInfo(int? errorCode = default, string errorString = default, System.Collections.Generic.IEnumerable<string> recommendations = default);
static member StorageErrorInfo : Nullable<int> * string * seq<string> -> Azure.ResourceManager.RecoveryServicesBackup.Models.StorageErrorInfo
Public Shared Function StorageErrorInfo (Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorString As String = Nothing, Optional recommendations As IEnumerable(Of String) = Nothing) As StorageErrorInfo
Parameters
- errorString
- String
Localized error string.
- recommendations
- IEnumerable<String>
List of localized recommendations for above error code.
Returns
A new StorageErrorInfo instance for mocking.