Class RedirectHttpError<TCode>

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

Type Parameters

  • TCode extends number = number

Hierarchy

Constructors

Properties

cause?: unknown
details?: Dict<unknown>
errorCode: string
location: string
message: string
name: string
stack?: string
statusCode: TCode
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void