SplitPdf2Response.Error Property

Definition

Indicates whether the operation is successful or not.

[System.Text.Json.Serialization.JsonPropertyName("error")]
public bool? Error { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("error")>]
member this.Error : Nullable<bool> with get, set
Public Property Error As Nullable(Of Boolean)

Property Value

Attributes

Applies to