Searched refs:QUOTA_ERR (Results 1 – 3 of 3) sorted by relevance
221 database->reportExecuteStatementResult(8, SQLError::QUOTA_ERR, 0); in setFailureDueToQuota()222 …m_error = SQLError::create(SQLError::QUOTA_ERR, "there was not enough remaining storage space, or … in setFailureDueToQuota()233 return m_error && m_error->code() == SQLError::QUOTA_ERR; in lastExecutionFailedDueToQuota()
58 QUOTA_ERR = 4, enumerator
40 const unsigned short QUOTA_ERR = 4;