Magpie HTML - v0.1.3
Preparing search index...
PluckHttpError
Class PluckHttpError
HTTP error (4xx, 5xx status codes).
Hierarchy (
View Summary
)
PluckError
PluckHttpError
Index
Constructors
constructor
Properties
status
Code
status
Text
response
Constructors
constructor
new
PluckHttpError
(
message
:
string
,
statusCode
:
number
,
statusText
:
string
,
response
:
Response
,
)
:
PluckHttpError
Parameters
message
:
string
statusCode
:
number
statusText
:
string
response
:
Response
Returns
PluckHttpError
Properties
Readonly
status
Code
statusCode
:
number
Readonly
status
Text
statusText
:
string
Readonly
response
response
:
Response
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
status
Code
status
Text
response
Magpie HTML - v0.1.3
Loading...
HTTP error (4xx, 5xx status codes).