qgw
    Preparing search index...

    Class CustomError<C>

    The base error class for this library.

    Inspired by ZodError: https://zod.dev/ERROR_HANDLING?id=zoderror

    Type Parameters

    • C extends string

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    code?: C
    issues: CustomIssue[]
    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void