CodecFileErrorCode
- Namespace
- Rowles.LeanCorpus.Codecs.CodecKit
- Assembly
- Rowles.LeanCorpus.dll
Machine-readable canonical codec-file failure categories.
public enum CodecFileErrorCode
Fields
ChecksumMismatch = 7FormatMismatch = 8InvalidBodyLength = 6InvalidFlags = 12InvalidFormatIdentifier = 10InvalidMagic = 0LimitExceeded = 9SemanticValidationFailure = 13TruncatedBody = 5TruncatedHeader = 4UnknownFormat = 2UnsupportedChecksumAlgorithm = 11UnsupportedFormatVersion = 3UnsupportedFrameVersion = 1