Enumeration Caseswift-png 4.4.5LZ77

    invalidBlockElementCountParity(_:_:)

    A compressed block of stored type had inconsistent element count fields.

    LZ77.DecompressionError.swift:39
    case invalidBlockElementCountParity(UInt16, UInt16)

    A valid element count field is the bitwise negation of the other element count field.

    See also

    Other cases