IUserFacingError.IsUserError Property

Definition

Whether the operation is due to a user error or service error

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Whether the operation is due to a user error or service error", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isUserError", Update=true)]
public bool? IsUserError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Whether the operation is due to a user error or service error", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isUserError", Update=true)>]
member this.IsUserError : Nullable<bool> with get, set
Public Property IsUserError As Nullable(Of Boolean)

Property Value

Attributes

Applies to