Struct CodecDiagnostic
Captures one codec warning or failure with its rendered value path.
public readonly record struct CodecDiagnostic : IEquatable<CodecDiagnostic>
- Implements
- Inherited Members
Constructors
CodecDiagnostic(CodecDiagnosticSeverity, string, string)
Captures one codec warning or failure with its rendered value path.
public CodecDiagnostic(CodecDiagnosticSeverity Severity, string Path, string Message)
Parameters
SeverityCodecDiagnosticSeverityPathstringMessagestring
Properties
Message
public string Message { get; init; }
Property Value
Path
public string Path { get; init; }
Property Value
Severity
public CodecDiagnosticSeverity Severity { get; init; }