Skip to content

Latest commit

 

History

History
146 lines (83 loc) · 2.76 KB

http.httperror.md

File metadata and controls

146 lines (83 loc) · 2.76 KB

Serendip Framework > Http > HttpError

Class: HttpError

@module Http

Hierarchy

Error

↳ HttpError

Index

Constructors

Properties


Constructors

constructor

new HttpError(code: number, message: string, id?: string): HttpError

Defined in src/http/HttpErrorHandler.ts:5

Parameters:

Name Type
code number
message string
Optional id string

Returns: HttpError


Properties

code

● code: number

Defined in src/http/HttpErrorHandler.ts:20


description

● description: string

Defined in src/http/HttpErrorHandler.ts:21


id

● id: string

Defined in src/http/HttpErrorHandler.ts:23


message

● message: string

Inherited from Error.message

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:964


more_info

● more_info: string

Defined in src/http/HttpErrorHandler.ts:24


name

● name: string

Inherited from Error.name

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:963


<Optional> stack

● stack: string

Inherited from Error.stack

Overrides Error.stack

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:965


stacktrace

● stacktrace: string

Defined in src/http/HttpErrorHandler.ts:22


<Static> Error

● Error: ErrorConstructor

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:974