ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
HttpErrorCode
Class HttpErrorCode
Hierarchy
ErrorCode
HttpErrorCode
Index
Constructors
constructor
Properties
is
Certified
request
Context?
call
Context?
status
status
Text
headers
body
Text?
name
Methods
to
String
to
Error
Message
Constructors
constructor
new
HttpErrorCode
(
status
:
number
,
statusText
:
string
,
headers
:
utils
.
agent
.
HttpHeaderField
[]
,
bodyText
?:
string
,
)
:
utils
.
agent
.
HttpErrorCode
Parameters
status
:
number
statusText
:
string
headers
:
utils
.
agent
.
HttpHeaderField
[]
Optional
bodyText
:
string
Returns
utils
.
agent
.
HttpErrorCode
Properties
Readonly
is
Certified
isCertified
:
boolean
Optional
request
Context
requestContext
?:
utils
.
agent
.
RequestContext
Optional
call
Context
callContext
?:
utils
.
agent
.
CallContext
Readonly
status
status
:
number
Readonly
status
Text
statusText
:
string
Readonly
headers
headers
:
utils
.
agent
.
HttpHeaderField
[]
Optional
Readonly
body
Text
bodyText
?:
string
name
name
:
string
Methods
to
String
toString
()
:
string
Returns
string
to
Error
Message
toErrorMessage
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
is
Certified
request
Context
call
Context
status
status
Text
headers
body
Text
name
Methods
to
String
to
Error
Message
Example
GitHub
ic-reactor
Loading...