Class CheckParseFailure
- Namespace
- CedarDotNet.Models
- Assembly
- CedarDotNet.dll
A failed check parse answer.
public sealed record CheckParseFailure : ICheckParseAnswer, IEquatable<CheckParseFailure>
- Inheritance
-
CheckParseFailure
- Implements
- Inherited Members
Properties
Errors
The errors.
[JsonPropertyName("errors")]
public required IReadOnlyCollection<DetailedError> Errors { get; init; }
Property Value
Type
The answer type.
[JsonPropertyName("type")]
public string Type { get; }