Enum libflatpak::Error
source · #[non_exhaustive]pub enum Error {
Show 25 variants
AlreadyInstalled,
NotInstalled,
OnlyPulled,
DifferentRemote,
Aborted,
Skipped,
NeedNewFlatpak,
RemoteNotFound,
RuntimeNotFound,
Downgrade,
InvalidRef,
InvalidData,
Untrusted,
SetupFailed,
ExportFailed,
RemoteUsed,
RuntimeUsed,
InvalidName,
OutOfSpace,
WrongUser,
NotCached,
RefNotFound,
PermissionDenied,
AuthenticationFailed,
NotAuthorized,
}
Expand description
Error codes for library functions.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AlreadyInstalled
App/runtime/remote is already installed
NotInstalled
App/runtime is not installed
OnlyPulled
App/runtime was only pulled into the local repository but not installed.
DifferentRemote
The App/Runtime is already installed, but from a different remote.
Aborted
The transaction was aborted (returned true
in operation-error signal).
Skipped
The App/Runtime install was skipped due to earlier errors.
NeedNewFlatpak
The App/Runtime needs a more recent version of flatpak.
RemoteNotFound
The specified remote was not found.
RuntimeNotFound
A runtime needed for the app was not found.
Downgrade
The pulled commit is a downgrade, and a downgrade wasn’t specifically allowed. (Since: 1.0)
InvalidRef
A ref could not be parsed. (Since: 1.0.3)
InvalidData
Invalid data. (Since: 1.0.3)
Untrusted
Missing GPG key or signature. (Since: 1.0.3)
SetupFailed
Sandbox setup failed. (Since: 1.0.3)
ExportFailed
Exporting data failed. (Since: 1.0.3)
RemoteUsed
Remote can’t be uninstalled. (Since: 1.0.3)
RuntimeUsed
Runtime can’t be uninstalled. (Since: 1.0.3)
InvalidName
Application, runtime or remote name is invalid. (Since: 1.0.3)
OutOfSpace
More disk space needed. (Since: 1.2.0)
WrongUser
An operation is being attempted by the wrong user (such as root operating on a user installation). (Since: 1.2.0)
NotCached
Cached data was requested, but it was not available. (Since: 1.4.0)
RefNotFound
The specified ref was not found. (Since: 1.4.0)
PermissionDenied
An operation was not allowed by the administrative policy. For example, an app is not allowed to be installed due to not complying with the parental controls policy. (Since: 1.5.1)
AuthenticationFailed
An authentication operation failed, for example, no correct password was supplied. (Since: 1.7.3)
NotAuthorized
An operation tried to access a ref, or information about it that it was not authorized. For example, when succesfully authenticating with a server but the user doesn’t have permissions for a private ref. (Since: 1.7.3)
Trait Implementations§
source§impl ErrorDomain for Error
impl ErrorDomain for Error
source§impl<'a> FromValue<'a> for Error
impl<'a> FromValue<'a> for Error
§type Checker = GenericValueTypeChecker<Error>
type Checker = GenericValueTypeChecker<Error>
source§unsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Value
. Read moresource§impl HasParamSpec for Error
impl HasParamSpec for Error
source§impl Ord for Error
impl Ord for Error
source§impl PartialOrd for Error
impl PartialOrd for Error
source§impl StaticType for Error
impl StaticType for Error
source§fn static_type() -> Type
fn static_type() -> Type
Self
.impl Copy for Error
impl Eq for Error
impl StructuralPartialEq for Error
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> IntoClosureReturnValue for T
impl<T> IntoClosureReturnValue for T
fn into_closure_return_value(self) -> Option<Value>
source§impl<T> PropertyGet for Twhere
T: HasParamSpec,
impl<T> PropertyGet for Twhere
T: HasParamSpec,
source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
source§fn ensure_type()
fn ensure_type()
source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
SendValue
clone of self
.