Delen via


IUserFacingError.IsUserError Property

Definition

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

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

Property Value

Attributes

Applies to