Top | Description | ![]() |
![]() |
![]() |
![]() |
typedef enum { GRL_CORE_ERROR_BROWSE_FAILED = 1, GRL_CORE_ERROR_SEARCH_FAILED, GRL_CORE_ERROR_SEARCH_NULL_UNSUPPORTED, GRL_CORE_ERROR_QUERY_FAILED, GRL_CORE_ERROR_RESOLVE_FAILED, GRL_CORE_ERROR_MEDIA_NOT_FOUND, GRL_CORE_ERROR_STORE_FAILED, GRL_CORE_ERROR_STORE_METADATA_FAILED, GRL_CORE_ERROR_REMOVE_FAILED, GRL_CORE_ERROR_MEDIA_FROM_URI_FAILED, GRL_CORE_ERROR_CONFIG_LOAD_FAILED, GRL_CORE_ERROR_CONFIG_FAILED, GRL_CORE_ERROR_UNREGISTER_SOURCE_FAILED, GRL_CORE_ERROR_LOAD_PLUGIN_FAILED, GRL_CORE_ERROR_UNLOAD_PLUGIN_FAILED, GRL_CORE_ERROR_REGISTER_METADATA_KEY_FAILED, GRL_CORE_ERROR_NOTIFY_CHANGED_FAILED, GRL_CORE_ERROR_OPERATION_CANCELLED } GrlCoreError;
These constants identify all the available core errors
The browse operation failed |
|
The search operation failed |
|
Searching NULL-text is not supported |
|
The query operation failed |
|
The resolution operation failed |
|
The media was not found |
|
The store operation failed |
|
The store metadata operation failed |
|
The removal operation failed |
|
The media from_uri operation failed |
|
Failed to load plugin configuration from a file |
|
Failed to set configuration for plugin |
|
Failed to unregister source |
|
Failed to load plugin |
|
Failed to unload plugin |
|
Failed to register metadata key |
|
Failed to start changed notifications |
|
The operation was cancelled |