@drupflare/untarl - v0.1.0
    Preparing search index...

    Class TarParseError

    A malformed, truncated, or out-of-range archive. Carries the byte offset when one is known.

    Hierarchy

    • Error
      • TarParseError
    Index
    • Creates a new parse error with a message and optional offset. The message is prefixed with "untar: " to distinguish it from other errors.

      Parameters

      • message: string

        The error message.

      • Optionaloffset: number

        The byte offset where the error occurred, if known.

      Returns TarParseError

    cause?: unknown
    message: string
    name: string
    offset: number | undefined

    The byte offset where the error occurred, if known.

    stack?: string