Click or drag to resize

CheckPointErrorErrors Property

Validation errors.

Namespace:  Koopman.CheckPoint.Exceptions
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "errors")]
public CheckPointErrorDetails[] Errors { get; }
Request Example View Source

Property Value

Type: CheckPointErrorDetails
See Also