Search
Preparing search index...
The search index is not available
@quenk/jhr
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"response"
InternalServerError
Class InternalServerError<B>
InternalServerError response.
Type parameters
B
Hierarchy
ServerError
<
B
>
InternalServerError
Implements
Response
<
B
>
Index
Constructors
constructor
Properties
body
code
headers
options
status
Constructors
constructor
new
Internal
Server
Error
(
body
:
B
, headers
:
IncommingHeaders
, options
:
Options
)
:
InternalServerError
Parameters
body:
B
headers:
IncommingHeaders
options:
Options
Returns
InternalServerError
Properties
body
body
:
B
code
code
:
number
headers
headers
:
IncommingHeaders
options
options
:
Options
status
status
:
number
= status.INTERNAL_SERVER_ERROR
Globals
"response"
Accepted
Bad
Request
Client
Error
Conflict
Created
Forbidden
Generic
Response
Internal
Server
Error
constructor
body
code
headers
options
status
No
Content
Not
Found
Ok
Server
Error
Success
Unauthorized
Response
create
Response
Generated using
TypeDoc
InternalServerError response.