resultCode property
int
get
resultCode
SQLite primary result code.
As defined in https://sqlite.org/rescode.html, it represents an error code, providing some idea of the cause of the failure.
Implementation
int get resultCode => extendedResultCode & 0xFF;