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
Type
The answer type.
[JsonPropertyName("type")]
public string Type { get; }
Property Value
Warnings
The warnings.
[JsonPropertyName("warnings")]
public required IReadOnlyCollection<DetailedError> Warnings { get; init; }