Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
sdk
ErrorStreamEvent
Type alias ErrorStreamEvent
Error
Stream
Event
:
{
data
:
{
error
:
string
;
message
:
string
;
}
;
event
:
"error"
;
id
?:
string
;
}
Stream event with error information.
Type declaration
data
:
{
error
:
string
;
message
:
string
;
}
error
:
string
message
:
string
event
:
"error"
Optional
id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference
Loading...
Stream event with error information.