Table of Contents

Struct CodecDiagnostic

Namespace
Shard.Codecs
Assembly
Shard.Codecs.dll

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

Severity CodecDiagnosticSeverity
Path string
Message string

Properties

Message

public string Message { get; init; }

Property Value

string

Path

public string Path { get; init; }

Property Value

string

Severity

public CodecDiagnosticSeverity Severity { get; init; }

Property Value

CodecDiagnosticSeverity