Class UnsupportedMediaTypeHttpError

An error thrown when the media type of incoming data is not supported by a parser.

Hierarchy

  • BaseHttpError
    • UnsupportedMediaTypeHttpError

Constructors

Properties

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

Type declaration

    • (error): error is HttpError<415>
    • Checks if the given error is an instance of this class.

      Parameters

      • error: any

      Returns error is HttpError<415>

statusCode: 415

The status code corresponding to this error class.

uri: NamedNode<string>

A unique URI identifying this error class.

Methods

  • Returns quads representing metadata relevant to this error.

    Parameters

    • subject: string | Quad_Subject

    Returns Quad[]