toggle menu
node-sqlite3-driver
0.3.1
js
switch theme
search in API
node-sqlite3-driver
/
cz.sazel.sqldelight.node.sqlite3
/
SQLite3JsException
SQLite3Js
Exception
class
SQLite3JsException
(
err
:
Throwable
?
)
:
SQLite3Exception
Exception that occurs from within SQLite 3 Node.js module.
Members
Constructors
SQLite3Js
Exception
Link copied to clipboard
constructor
(
err
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Number
Link copied to clipboard
val
errorNumber
:
Int
SQLite error number
message
Link copied to clipboard
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String