Enumeration

AppStreamIssueSeverity

Declaration

enum AppStream.IssueSeverity

Description [src]

The severity of an issue found by AsValidator.

Members

Name Description
AS_ISSUE_SEVERITY_UNKNOWN

The severity is unknown.

AS_ISSUE_SEVERITY_PEDANTIC

Pedantic information about ways to improve the data, but could also be ignored.

AS_ISSUE_SEVERITY_INFO

Non-essential information on how to improve metadata, no immediate action needed.

AS_ISSUE_SEVERITY_WARNING

Something metadata issue which should be fixed as soon as possible.

AS_ISSUE_SEVERITY_ERROR

There is a serious, fatal error in your metadata.

Type functions

as_issue_severity_from_string

Converts the text representation to an enumerated value.

as_issue_severity_to_string

Converts the enumerated value to an text representation.