BookSqliteError
Description:
[ CCode ( cprefix = "E_BOOK_SQLITE_ERROR_" , has_type_id = false ) ]
public enum BookSqliteError
Defines the types of possible errors reported by the BookSqlite
Content:
Enum values:
- CONSTRAINT - The error occurred due to
an explicit constraint, this will happen when attempting to add two contacts with the same UID.
- CONTACT_NOT_FOUND - A contact
was not found by UID (this is different from a query that returns no results, which is not an error).
- END_OF_LIST - An attempt was made to
fetch results past the end of a contact list
- ENGINE - An error was reported from the
SQLite engine
- INVALID_QUERY - A query was
invalid.
- LOAD - An error occured while loading or
creating the database
- UNSUPPORTED_FIELD - An
unsupported ContactField was specified in the summary
- UNSUPPORTED_QUERY - A query was
not supported