Preparing search index...
The search index is not available
@switchboard-xyz/on-demand
@switchboard-xyz/on-demand
StreamingError
Interface StreamingError
Error types for streaming operations
interface
StreamingError
{
code
?:
string
;
message
:
string
;
retryable
:
boolean
;
type
:
"connection"
|
"auth"
|
"subscription"
|
"processing"
;
}
Index
Properties
code?
message
retryable
type
Properties
Optional
code
code
?:
string
message
message
:
string
retryable
retryable
:
boolean
type
type
:
"connection"
|
"auth"
|
"subscription"
|
"processing"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
retryable
type
@switchboard-xyz/on-demand
Loading...
Error types for streaming operations