@gyng/remote-zip
    Preparing search index...

    Type Alias RemoteZipErrorCode

    RemoteZipErrorCode:
        | "UNKNOWN"
        | "CONTENT_LENGTH_MISSING"
        | "HTTP_ERROR"
        | "EOCD_NOT_FOUND"
        | "UNSUPPORTED_ZIP64"
        | "UNSUPPORTED_ENCRYPTION"
        | "FILE_NOT_FOUND"
        | "LOCAL_HEADER_PARSE_FAILED"
        | "CENTRAL_DIRECTORY_OUT_OF_BOUNDS"
        | "DECOMPRESSION_LIMIT_EXCEEDED"
        | "CRC_MISMATCH"
        | "WRONG_PASSWORD"
        | "DECRYPTION_FAILED"

    Machine-readable discriminant for RemoteZipError.