Enums¶
Details¶
- class Accounts.AccountsError(value)¶
Bases:
GLib.Enum
These identify the various errors that can occur with methods in libaccounts-glib that return a
GLib.Error
.- DB = 0¶
there was an error accessing the accounts database
- DISPOSED = 1¶
the account was in the process of being disposed
- DELETED = 2¶
the account was in the process of being deleted
- DB_LOCKED = 3¶
the database was locked
- ACCOUNT_NOT_FOUND = 4¶
the requested account was not found
- STORE_IN_PROGRESS = 5¶
an asynchronous store operation is already in progress.
New in version 1.4.
- READONLY = 6¶
the accounts DB is in read-only mode.
New in version 1.4.