Searched refs:CantOpen (Results 1 – 2 of 2) sorted by relevance
30 static_assert(mbgl::underlying_type(ResultCode::CantOpen) == 14, "error");104 return Exception { ResultCode::CantOpen, "SQLite driver not found." }; in tryOpen()124 return Exception { ResultCode::CantOpen, "Error opening the database." }; in tryOpen()180 throw Exception { ResultCode::CantOpen, "Error opening the database." }; in setBusyTimeout()
33 CantOpen = 14, enumerator