QuestDB JavaScript Client - v5.0.0
GitHub
QuestDB
Preparing search index...
@questdb/browser-client
QwpWriterRowError
Class QwpWriterRowError
A complete object row failed compiled-writer validation.
Hierarchy
Error
QwpWriterRowError
Index
Constructors
constructor
Properties
cause
column
Name
message
name
row
Index
stack?
table
Name
Constructors
constructor
new
QwpWriterRowError
(
tableName
:
string
,
columnName
:
undefined
|
string
,
rowIndex
:
undefined
|
number
,
cause
:
unknown
,
)
:
QwpWriterRowError
Parameters
tableName
:
string
columnName
:
undefined
|
string
rowIndex
:
undefined
|
number
cause
:
unknown
Returns
QwpWriterRowError
Properties
Readonly
cause
cause
:
unknown
Readonly
column
Name
columnName
:
undefined
|
string
message
message
:
string
name
name
:
string
Readonly
row
Index
rowIndex
:
undefined
|
number
Optional
stack
stack
?:
string
Readonly
table
Name
tableName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
column
Name
message
name
row
Index
stack
table
Name
GitHub
QuestDB
QuestDB JavaScript Client - v5.0.0
Loading...
A complete object row failed compiled-writer validation.