The server either does not recognize the request method, or it lacks the ability to fulfil the request. Usually this implies future availability (e.g., a new feature of a web-service API).

Hierarchy

  • BaseHttpError
    • NotImplementedHttpError

Constructors

Properties

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

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

statusCode: 501

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