extendedResultCode property
SQLite extended 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
final int extendedResultCode;
SQLite extended result code.
As defined in https://sqlite.org/rescode.html, it represents an error code, providing some idea of the cause of the failure.
final int extendedResultCode;