Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Indexable

[key: string]: unknown

Index

Constructors

Properties

Methods

Constructors

constructor

  • new HttpErrorImpl(code: number, message?: string): HttpErrorImpl

Properties

expose

expose: boolean = false

message

message: string

name

name: string

Optional stack

stack: string

status

status: number

statusCode

statusCode: number

Methods

toJSON

  • toJSON(): { message: string; name: string; status: number }

toString

  • toString(): string

Generated using TypeDoc