Table of Contents

Class FormattingAnswerFailure

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

A failed authorization answer.

public sealed record FormattingAnswerFailure : IFormattingAnswer, IEquatable<FormattingAnswerFailure>
Inheritance
FormattingAnswerFailure
Implements
Inherited Members

Properties

Errors

The errors.

[JsonPropertyName("errors")]
public required IReadOnlyCollection<DetailedError> Errors { get; init; }

Property Value

IReadOnlyCollection<DetailedError>

Type

The answer type.

[JsonIgnore]
public string Type { get; }

Property Value

string