Options
All
  • Public
  • Public/Protected
  • All
Menu

An error that wraps the error that occurred in this library.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new RenderError(message: string, ctx: Record<string, unknown>, cause?: unknown): RenderError

Properties

Optional cause

cause: unknown

ctx

ctx: Record<string, unknown>

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc