Table of Contents

Class AuthorizationAnswerFailure

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

A failed authorization answer.

public sealed record AuthorizationAnswerFailure : IAuthorizationAnswer, IEquatable<AuthorizationAnswerFailure>
Inheritance
AuthorizationAnswerFailure
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

Warnings

The warnings.

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

Property Value

IReadOnlyCollection<DetailedError>