Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
instantMessaging
ErrorResponse
Interface ErrorResponse
Base protocol frame
interface
ErrorResponse
{
payload
:
{
code
:
ErrorCode
;
details
?:
string
;
message
:
string
;
}
;
requestId
?:
string
;
timestamp
:
number
;
type
:
"error"
;
}
Hierarchy (
view full
)
ProtocolFrame
<
"error"
>
ErrorResponse
Index
Properties
payload
request
Id?
timestamp
type
Properties
payload
payload
:
{
code
:
ErrorCode
;
details
?:
string
;
message
:
string
;
}
Optional
request
Id
request
Id
?:
string
Request correlation ID for request/response flows
timestamp
timestamp
:
number
type
type
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
payload
request
Id
timestamp
type
@kynesyslabs/demosdk
Loading...
Base protocol frame