CacheError
Description:
[ CCode ( cprefix = "E_CACHE_ERROR_" , has_type_id = false ) ]
[ Version ( since = "3.26" ) ]
public enum CacheError
Defines the types of possible errors reported by the Cache
Content:
Enum values:
- CONSTRAINT - The error occurred due to an
explicit constraint, like when attempting to add two objects with the same UID.
- CORRUPT - The database file is corrupt.
- END_OF_LIST - An attempt was made to fetch
results past the end of a the 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.
- NOT_FOUND - An object was not found by UID (
this is different from a query that returns no results, which is not an error).
- UNSUPPORTED_FIELD - A field
requested for inclusion in summary is not supported.
- UNSUPPORTED_QUERY - A query was not
supported.