node-sqlite3-driver
Toggle table of contents
0.4.1
js
Platform filter
js
Switch theme
Search in API
node-sqlite3-driver
node-sqlite3-driver
/
cz.sazel.sqldelight.node.sqlite3
/
SQLite3JsException
SQLite3Js
Exception
js
class
SQLite3JsException
(
err
:
Throwable
?
)
:
SQLite3Exception
Exception that occurs from within SQLite 3 Node.js module.
Members
Constructors
SQLite3Js
Exception
Link copied to clipboard
js
constructor
(
err
:
Throwable
?
)
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
error
Number
Link copied to clipboard
js
val
errorNumber
:
Int
SQLite error number
message
Link copied to clipboard
js
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String