Options
All
  • Public
  • Public/Protected
  • All
Menu

Thrown in case an error should be returned to the client.

internal

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new ResponseError(code: number, title?: string, message?: string): ResponseError

Properties

Readonly code

code: number

The error code.

Readonly message

message: string

The error message.

Readonly title

title: string

The title of the error.

Generated using TypeDoc