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
- EMPTY_TABLE - attribute list passed to
secret_attributes_validate has no elements to validate
- INVALID_FILE_FORMAT - the file
format is not valid
- IS_LOCKED - the item or collection is locked
and the operation cannot be performed
- MISMATCHED_SCHEMA - the xdg:schema
attribute of the table does not match the schema name
- NO_MATCHING_ATTRIBUTE -
attribute contained in table not found in corresponding schema
- NO_SUCH_OBJECT - no such item or
collection found in the Secret Service
- PROTOCOL - received an invalid data or
message from the Secret Service
- WRONG_TYPE - attribute could not be parsed
according to its type reported in the table's schema
Static methods: