IUserFacingError.IsUserError Property
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.
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