Enumeration

GrlCoreError

Declaration

enum Grl.CoreError

Description [src]

These constants identify all the available core errors.

Members

GRL_CORE_ERROR_BROWSE_FAILED

The browse operation failed.

  • Value: 1
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_SEARCH_FAILED

The search operation failed.

  • Value: 2
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_SEARCH_NULL_UNSUPPORTED

Searching NULL-text is not supported.

  • Value: 3
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_QUERY_FAILED

The query operation failed.

  • Value: 4
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_RESOLVE_FAILED

The resolution operation failed.

  • Value: 5
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_MEDIA_NOT_FOUND

The media was not found.

  • Value: 6
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_STORE_FAILED

The store operation failed.

  • Value: 7
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_STORE_METADATA_FAILED

The store metadata operation failed.

  • Value: 8
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_REMOVE_FAILED

The removal operation failed.

  • Value: 9
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_MEDIA_FROM_URI_FAILED

The media from_uri operation failed.

  • Value: 10
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_CONFIG_LOAD_FAILED

Failed to load plugin configuration from a file.

  • Value: 11
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_CONFIG_FAILED

Failed to set configuration for plugin.

  • Value: 12
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_UNREGISTER_SOURCE_FAILED

Failed to unregister source.

  • Value: 13
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_LOAD_PLUGIN_FAILED

Failed to load plugin.

  • Value: 14
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_UNLOAD_PLUGIN_FAILED

Failed to unload plugin.

  • Value: 15
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_REGISTER_METADATA_KEY_FAILED

Failed to register metadata key.

  • Value: 16
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_NOTIFY_CHANGED_FAILED

Failed to start changed notifications.

  • Value: 17
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_OPERATION_CANCELLED

The operation was cancelled.

  • Value: 18
  • Nickname: None
  • Available since: 0.3
GRL_CORE_ERROR_AUTHENTICATION_TOKEN

Invalid authentication token.

  • Value: 19
  • Nickname: None
  • Available since: 0.3