MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
HttpErrorRequestConfig
Interface HttpErrorRequestConfig
Snapshot of the request that triggered an
HttpError
.
interface
HttpErrorRequestConfig
{
data
?:
unknown
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
params
?:
Record
<
string
,
unknown
>
;
url
?:
string
;
}
Index
Properties
data?
headers?
method?
params?
url?
Properties
Optional
Readonly
data
data
?:
unknown
Optional
Readonly
headers
headers
?:
Record
<
string
,
string
>
Optional
Readonly
method
method
?:
string
Optional
Readonly
params
params
?:
Record
<
string
,
unknown
>
Optional
Readonly
url
url
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
headers
method
params
url
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...
Snapshot of the request that triggered an HttpError.