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

x/rpm_parser/mod.ts>AccessToUnparsedEntryError

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

Error when accessing an RPM field of a package that does not exist or has not been parsed.

Constructors

new
AccessToUnparsedEntryError(tag: number)