Section navigation

Public classSealed CodecFailure

Namespace
Rowles.LeanCorpus.Codecs.CodecKit.Codecs
Assembly
Rowles.LeanCorpus.dll

Structured failure metadata for the non-throwing TryDecode/TryEncode paths.

public sealed record CodecFailure : IEquatable<CodecFailure>
Inheritance
CodecFailure
Implements

Public constructor CodecFailure(CodecErrorCode, long, string, string, Exception?)

Structured failure metadata for the non-throwing TryDecode/TryEncode paths.

Public property ByteOffset

Public property Code

Public property InnerException

Public property Message

Public property Path