MetadataError
Description:
[ CCode ( cprefix = "AS_METADATA_ERROR_" , type_id = "as_metadata_error_get_type ()" ) ]
public errordomain MetadataError
A metadata processing error.
Content:
Error codes:
- FAILED - Generic failure.
- FORMAT_UNEXPECTED -
Expected collection metadata but got metainfo metadata, or vice versa.
- NO_COMPONENT - We expected a
component in the pool, but couldn't find one.
- PARSE - Unable to parse the metadata
file.
- VALUE_MISSING - A essential
value is missing in the source document.
Static methods:
- public static Quark quark ()