Error
Description:
[ CCode ( cprefix = "SECRET_ERROR_" , type_id = "secret_error_get_type ()" ) ]
public enum Error
Errors returned by the Secret Service.
None of the errors are appropriate for display to the user. It is up to the application to handle them appropriately.
Content:
Enum values:
- ALREADY_EXISTS - a relevant item or
collection already exists
- INVALID_FILE_FORMAT - the file
format is not valid
- IS_LOCKED - the item or collection is locked
and the operation cannot be performed
- NO_SUCH_OBJECT - no such item or
collection found in the Secret Service
- PROTOCOL - received an invalid data or
message from the Secret Service
Static methods:
- public static Quark get_quark ()
Get the error quark.