Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
ESPAPIError
Interface ESPAPIError
Represents a error response from the API.
interface
ESPAPIError
{
additionalInfo
?:
string
|
string
[]
;
description
:
string
;
errorCode
:
string
;
status
:
string
;
statusCode
:
number
;
}
Hierarchy (
View Summary
)
ESPAPIResponse
ESPAPIError
Index
Properties
additional
Info?
description
error
Code
status
status
Code
Properties
Optional
additional
Info
additionalInfo
?:
string
|
string
[]
description
description
:
string
error
Code
errorCode
:
string
status
status
:
string
status
Code
statusCode
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Info
description
error
Code
status
status
Code
@espressif/rainmaker-base-sdk
Loading...
Represents a error response from the API.