Variable SqliteException.code

The code of the error that raised the exception

class SqliteException
{
  // ...
  int code ;
  // ...
}