Search
Preparing search index...
The search index is not available
opine
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"utils/createError"
Module "utils/createError"
Index
Classes
Http
Error
Http
Error
Impl
Interfaces
IError
Props
Functions
create
Error
Functions
create
Error
create
Error
(
status
:
number
, message
?:
string
, props
?:
Props
)
:
HttpError
create
Error
(
status
:
number
, props
:
Props
)
:
HttpError
create
Error
(
err
:
Error
, props
?:
Props
)
:
IError
Create a new HttpError.
Parameters
status:
number
Optional
message:
string
Optional
props:
Props
Returns
HttpError
Parameters
status:
number
props:
Props
Returns
HttpError
Parameters
err:
Error
Optional
props:
Props
Returns
IError
Globals
"utils/create
Error"
Http
Error
Http
Error
Impl
IError
Props
create
Error
Generated using
TypeDoc
Create a new HttpError.