Class RedirectHttpError<TCode>

An error corresponding to a 3xx status code. Includes the location it redirects to.

Type Parameters

  • TCode extends number = number

Hierarchy (view full)

Constructors

Properties

cause?: unknown
errorCode: string
location: string
message: string
name: string
stack?: string
statusCode: TCode
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