Module: Secret::Error
- Defined in:
- (unknown)
Constant Summary collapse
- PROTOCOL =
received an invalid data or message from the Secret Service
1 or :protocol
- IS_LOCKED =
the item or collection is locked and the operation cannot be performed
2 or :is_locked
- NO_SUCH_OBJECT =
no such item or collection found in the Secret Service
3 or :no_such_object
- ALREADY_EXISTS =
a relevant item or collection already exists
4 or :already_exists
- INVALID_FILE_FORMAT =
the file format is not valid
5 or :invalid_file_format
- MISMATCHED_SCHEMA =
the xdg:schema attribute of the table does not match the schema name
6 or :mismatched_schema
- NO_MATCHING_ATTRIBUTE =
attribute contained in table not found in corresponding schema
7 or :no_matching_attribute
- WRONG_TYPE =
attribute could not be parsed according to its type reported in the table's schema
8 or :wrong_type
- EMPTY_TABLE =
attribute list passed to secret_attributes_validate has no elements to validate
9 or :empty_table