Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/transform/transformers/errors.ts>TransformError

This package provides wrappers for Deno.Reader that transform the bytes passing through as well as multiple built-in transformers.
Latest
class TransformError
extends Error
import { TransformError } from "https://deno.land/x/transform@v0.4.0/transformers/errors.ts";

Constructors

new
TransformError(
message: string,
status?: number,
code?: string,
)