SQLITE_FULL constant

int const SQLITE_FULL

Insertion failed because database is full

Implementation

static const int SQLITE_FULL = 13;