Table of Contents

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

IReadOnlyCollection<DetailedError>

Type

The answer type.

[JsonPropertyName("type")]
public string Type { get; }

Property Value

string