extendedResultCode property

int extendedResultCode
final

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;