Search
Preparing search index...
The search index is not available
@neoskop/nem
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
HttpError
Class HttpError
Generic http error
Hierarchy
HttpError
BadRequestError
UnauthorizedError
ForbiddenError
NotFoundError
NotAcceptableError
PreconditionFailedError
UnsupportedMediaTypeError
InternalServerError
NotImplementedError
Implements
Error
Index
Constructors
constructor
Properties
code
error
message
name
stack
Constructors
constructor
new
Http
Error
(
code
:
number
, message
?:
string
|
null
, error
?:
any
)
:
HttpError
Parameters
code:
number
Optional
message:
string
|
null
Optional
error:
any
Returns
HttpError
Properties
code
code
:
number
Optional
error
error
:
any
message
message
:
string
name
name
:
string
stack
stack
:
string
Globals
Http
Error
constructor
code
error
message
name
stack
Generated using
TypeDoc
Generic http error