SQLite3JsException

Exception that occurs from within SQLite 3 Node.js module.

Constructors

Link copied to clipboard
constructor(err: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

SQLite error number

Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
open override fun toString(): String