Fwupd.Error – fwupd Reference Manual
Error
Description:
[
CCode
( cprefix =
"FWUPD_ERROR_"
) ]
public
errordomain
Error
The error code.
Namespace:
Fwupd
Package:
fwupd
Content:
Error codes:
AC_POWER_REQUIRED
-
AC power was required
ALREADY_PENDING
-
Already set be be installed offline
AUTH_FAILED
-
Failed to get authentication
BATTERY_LEVEL_TOO_LOW
-
The system battery level is too low
BROKEN_SYSTEM
-
User has configured their system in a broken way
INTERNAL
-
Internal error
INVALID_FILE
-
Invalid file format
NEEDS_USER_ACTION
-
User needs to do an action to complete the update
NOTHING_TO_DO
-
Nothing to do
NOT_FOUND
-
No matching device exists
NOT_SUPPORTED
-
Action was not possible
PERMISSION_DENIED
-
Permission was denied
READ
-
Failed to read from device
SIGNATURE_INVALID
-
Signature was invalid
VERSION_NEWER
-
Installed newer firmware version
VERSION_SAME
-
Installed same firmware version
WRITE
-
Failed to write to the device
Static methods:
public
static
unowned
Error
from_string
(
string
error)
Converts a string to a
Error
.
public
static
Quark
quark
()
Methods:
public
unowned
string
to_string
()
Converts a
Error
to a string.
2022 vala-language.org