ServerOperation.IsUserError Property

Definition

Gets whether or not the error is a user error.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isUserError")]
public bool? IsUserError { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isUserError")>]
member this.IsUserError : Nullable<bool>
Public ReadOnly Property IsUserError As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to