QuestDB JavaScript Client - v5.0.0
GitHub
QuestDB
Preparing search index...
@questdb/browser-client
QwpSendError
Class QwpSendError
A failure while handing a QWP frame to the WebSocket transport.
Hierarchy (
View Summary
)
Error
QwpSendError
QwpSendTimeoutError
QwpSendClosedError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Constructors
constructor
new
QwpSendError
(
message
:
string
,
cause
?:
unknown
)
:
QwpSendError
Parameters
message
:
string
Optional
cause
:
unknown
Returns
QwpSendError
Properties
Optional
Readonly
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
GitHub
QuestDB
QuestDB JavaScript Client - v5.0.0
Loading...
A failure while handing a QWP frame to the WebSocket transport.