Property ErrorLine
ErrorLine
Gets or sets the error line associated with a validation failure.
[JsonPropertyName("error_line")]
public int? ErrorLine { get; set; }
Property Value
- int?
Gets or sets the error line associated with a validation failure.
[JsonPropertyName("error_line")]
public int? ErrorLine { get; set; }