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