Section navigation

Public enum CodecFileErrorCode

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

Machine-readable canonical codec-file failure categories.

public enum CodecFileErrorCode

Fields

ChecksumMismatch = 7
FormatMismatch = 8
InvalidBodyLength = 6
InvalidFlags = 12
InvalidFormatIdentifier = 10
InvalidMagic = 0
LimitExceeded = 9
SemanticValidationFailure = 13
TruncatedBody = 5
TruncatedHeader = 4
UnknownFormat = 2
UnsupportedChecksumAlgorithm = 11
UnsupportedFormatVersion = 3
UnsupportedFrameVersion = 1