sqliteCode property
final
The SQLite result code (e.g., 19 for SQLITE_CONSTRAINT).
See SQLite result codes for
the full list. null if the error did not originate from SQLite
itself (e.g., parameter marshalling failures).
Implementation
final int? sqliteCode;