getResultCode abstract method
Extended result code on Android/ffi, normal result code on iOS.
This might involve parsing the sqlite native message to extract the code See https://www.sqlite.org/rescode.html for the list of result code
Implementation
int? getResultCode();