Class VerificationError
A single verification failure.
public sealed record VerificationError : IEquatable<VerificationError>
- Inheritance
-
VerificationError
- Implements
- Inherited Members
Remarks
FROZEN contract (contracts-v0).
Properties
Code
Machine-readable failure code (stable identifier used for log/metric grouping).
public required string Code { get; init; }
Property Value
Message
Human-readable failure message.
public required string Message { get; init; }