Gjsify LogoGjsify Logo

Error codes for library functions.

Index

Enumeration Members

ABORTED: number

The transaction was aborted (returned %TRUE in operation-error signal).

ALREADY_INSTALLED: number

App/runtime is already installed

AUTHENTICATION_FAILED: number

An authentication operation failed, for example, no correct password was supplied. (Since: 1.7.3)

DIFFERENT_REMOTE: number

The App/Runtime is already installed, but from a different remote.

DOWNGRADE: number

The pulled commit is a downgrade, and a downgrade wasn't specifically allowed. (Since: 1.0)

EXPORT_FAILED: number

Exporting data failed. (Since: 1.0.3)

INVALID_DATA: number

Invalid data. (Since: 1.0.3)

INVALID_NAME: number

Application, runtime or remote name is invalid. (Since: 1.0.3)

INVALID_REF: number

A ref could not be parsed. (Since: 1.0.3)

NEED_NEW_FLATPAK: number

The App/Runtime needs a more recent version of flatpak.

NOT_AUTHORIZED: number

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)

NOT_CACHED: number

Cached data was requested, but it was not available. (Since: 1.4.0)

NOT_INSTALLED: number

App/runtime is not installed

ONLY_PULLED: number

App/runtime was only pulled into the local repository but not installed.

OUT_OF_SPACE: number

More disk space needed. (Since: 1.2.0)

PERMISSION_DENIED: number

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)

REF_NOT_FOUND: number

The specified ref was not found. (Since: 1.4.0)

REMOTE_NOT_FOUND: number

The specified remote was not found.

REMOTE_USED: number

Remote can't be uninstalled. (Since: 1.0.3)

RUNTIME_NOT_FOUND: number

A runtime needed for the app was not found.

RUNTIME_USED: number

Runtime can't be uninstalled. (Since: 1.0.3)

SETUP_FAILED: number

Sandbox setup failed. (Since: 1.0.3)

SKIPPED: number

The App/Runtime install was skipped due to earlier errors.

UNTRUSTED: number

Missing GPG key or signature. (Since: 1.0.3)

WRONG_USER: number

An operation is being attempted by the wrong user (such as root operating on a user installation). (Since: 1.2.0)

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method