| Top |  |  |  |  | 
| GQuark | fwupd_error_quark () | 
| const gchar * | fwupd_error_to_string () | 
| FwupdError | fwupd_error_from_string () | 
GQuark
fwupd_error_quark (void);
The error quark for [errorFwupdError
].
Since: 0.1.1
const gchar *
fwupd_error_to_string (FwupdError error);
Converts an enumerated error to a string.
Since: 0.7.0
FwupdError
fwupd_error_from_string (const gchar *error);
Converts a string to an enumerated error.
Since: 0.7.0
The error code.
| Internal error | ||
| Installed newer firmware version | ||
| Installed same firmware version | ||
| Already set be be installed offline | ||
| Failed to get authentication | ||
| Failed to read from device | ||
| Failed to write to the device | ||
| Invalid file format | ||
| No matching device exists | ||
| Nothing to do | ||
| Action was not possible | ||
| Signature was invalid | ||
| AC power was required | ||
| Permission was denied | ||
| User has configured their system in a broken way | ||
| The system battery level is too low | ||
| User needs to do an action to complete the update |