aboutsummaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorGreg Kerr <kerrnel@chromium.org>2018-08-13 14:52:56 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-08-14 02:13:34 -0700
commitc0be499563b84ec733af9fea34b6ae74d9667003 (patch)
tree7b0dd7ac685b787aca348f5fb5337e31fe6c3cd0 /dbus
parenta6a1ab39b174d393e3817ec33b3c510709dd5cb4 (diff)
downloadsystem_api-c0be499563b84ec733af9fea34b6ae74d9667003.tar.gz
cryptohome: Add MOUNT_ERROR_REMOVE_FAILED.
Bug: 211405 Change-Id: Iaff745efb5a1ef895cdbacdc86fc2472f01e2101 Reviewed-on: https://chromium-review.googlesource.com/1173426 Commit-Ready: Greg Kerr <kerrnel@chromium.org> Tested-by: Greg Kerr <kerrnel@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/cryptohome/dbus-constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/cryptohome/dbus-constants.h b/dbus/cryptohome/dbus-constants.h
index aab2790..eda693c 100644
--- a/dbus/cryptohome/dbus-constants.h
+++ b/dbus/cryptohome/dbus-constants.h
@@ -160,6 +160,8 @@ enum MountError {
MOUNT_ERROR_OLD_ENCRYPTION = 1 << 7,
// Previous migration attempt was aborted in the middle. Must resume it first.
MOUNT_ERROR_PREVIOUS_MIGRATION_INCOMPLETE = 1 << 8,
+ // The operation to remove a key failed.
+ MOUNT_ERROR_REMOVE_FAILED = 1 << 9,
MOUNT_ERROR_RECREATED = 1 << 31,
};
// Status code signaled from MigrateToDircrypto().