Error used for resources that have been moved temporarily. Methods other than GET may or may not be changed to GET in subsequent requests.

Hierarchy

  • BaseHttpError
    • FoundHttpError

Constructors

Properties

cause?: unknown
errorCode: string
location: string
message: string
name: string
stack?: string
statusCode: 302
isInstance: ((error: unknown) => error is HttpError<302>)

Checks whether the given error is an instance of this class.

statusCode: 302

The status code corresponding to this error class.

uri: NamedNode<string>

A unique URI identifying this error class.

Methods

  • Initializes the error metadata.

    Returns void