Top | ![]() |
![]() |
![]() |
![]() |
#define | MODULEMD_ERROR |
enum | ModulemdError |
enum | ModulemdErrorEnum |
#define | MODULEMD_YAML_ERROR |
enum | ModulemdYamlError |
enum | ModulemdYamlErrorEnum |
GEnum ├── ModulemdError ├── ModulemdErrorEnum ├── ModulemdYamlError ╰── ModulemdYamlErrorEnum
#define MODULEMD_ERROR modulemd_error_quark ()
A convenience macro for identifying an error in the general modulemd domain.
Since: 2.9
Represents an error encountered while upgrading the metadata version of a module stream or module defaults. |
||
Represents an error encountered while validating module metadata. |
||
Represents an error encountered when attempting to access a file. |
||
Represents an error indicating that no streams matched when searching for a specific module stream. |
||
Represents an error indicating that multiple streams matched when searching for a specific module stream. |
||
Could not detect the mime type of a file for automatic detection of compression format. |
||
The requested function is not implemented on this platform, likely due to needing a newer version of a dependency library. |
||
The object is missing some data necessary for proper operation. |
Since: 2.9
ModulemdErrorEnum
has been deprecated since version 2.9 and should not be used in newly-written code.
Use ModulemdError instead.
Represents an error encountered while upgrading the metadata version of a module stream or module defaults. |
||
Represents an error encountered while validating module metadata. |
||
Represents an error encountered when attempting to access a file. |
||
Represents an error indicating that no streams matched when searching for a specific module stream. Since: 2.2 |
||
Represents an error indicating that multiple streams matched when searching for a specific module stream. Since: 2.2 |
||
Could not detect the mime type of a file for automatic detection of compression format. Since: 2.8 |
||
The requested function is not implemented on this platform, likely due to needing a newer version of a dependency library. Since: 2.8 |
Since: 2.0
#define MODULEMD_YAML_ERROR modulemd_yaml_error_quark ()
A convenience macro for identifying an error in the modulemd yaml domain.
Since: 2.9
Represents an error encountered while opening a YAML file. |
||
Represents an internal programming error encountered while parsing a YAML document. |
||
Represents an error indicating that unexpected data or some other parsing error that violates the YAML spec was encountered while parsing a YAML document. |
||
Represents an error indicating invalid data violating the modulemd YAML spec was encountered while parsing a YAML document. |
||
Represents an error encountered while writing a YAML file. |
||
Represents an error indicating that required elements are missing while parsing a YAML document. |
||
Represents an error indicating that a YAML output event could not be initialized. |
||
Represents a data inconsistency error encountered while parsing a YAML document. |
||
Since: 2.9
ModulemdYamlErrorEnum
has been deprecated since version 2.9 and should not be used in newly-written code.
Use ModulemdYamlError instead.
Represents an error encountered while opening a YAML file. |
||
Represents an internal programming error encountered while parsing a YAML document. |
||
Represents an error indicating that unexpected data or some other parsing error was encountered while parsing a YAML document. |
||
Represents an error indicating invalid data was encountered while parsing a YAML document. |
||
Represents an error encountered while writing a YAML file. |
||
Represents an error indicating that required elements are missing while parsing a YAML document. |
||
Represents an error indicating that a YAML output event could not be initialized. |
||
Represents a data inconsistency error encountered while parsing a YAML document. |
Since: 2.0