Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rpm_parser/mod.ts>BadMagicCodeError

RPM v3 package metadata parser in TypeScript.
Latest
class BadMagicCodeError
extends Error
import { BadMagicCodeError } from "https://deno.land/x/rpm_parser@v0.1.13/mod.ts";

Error not matching expected magic byte sequence.

Constructors

new
BadMagicCodeError(message: string, expected: number[])