Documentation
GitHub
Discord
Preparing search index...
The search index is not available
Switchboard On-Demand SDK - v2.17.5
Switchboard On-Demand SDK
StreamingError
Interface StreamingError
Error types for streaming operations
interface
StreamingError
{
type
:
|
"auth"
|
"connection"
|
"subscription"
|
"processing"
|
"validation"
;
message
:
string
;
code
?:
string
;
retryable
:
boolean
;
}
Index
Properties
type
message
code?
retryable
Properties
type
type
:
"auth"
|
"connection"
|
"subscription"
|
"processing"
|
"validation"
message
message
:
string
Optional
code
code
?:
string
retryable
retryable
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
message
code
retryable
Documentation
GitHub
Documentation
GitHub
Discord
Switchboard On-Demand SDK - v2.17.5
Loading...
Error types for streaming operations