Enumeration

AppStreamPoolError

Declaration

error-domain AppStream.PoolError

Description [src]

A metadata pool error.

Members

AS_POOL_ERROR_FAILED

Generic failure.

  • Value: 0
  • Available since: 1.0
AS_POOL_ERROR_INCOMPLETE

The pool was loaded, but we had to ignore some metadata.

  • Value: 1
  • Available since: 1.0
AS_POOL_ERROR_COLLISION

An AppStream-ID collision occured (a component with that ID already existed in the pool).

  • Value: 2
  • Available since: 1.0
AS_POOL_ERROR_CACHE_WRITE_FAILED

Unable to write to any cache file (not even tmpfs writes worked).

  • Value: 3
  • Available since: 1.0
AS_POOL_ERROR_CACHE_DAMAGED

The disk cache was broken and we could not automatically recover.

  • Value: 4
  • Available since: 1.0

Type functions

as_pool_error_quark
No description available.