summaryrefslogtreecommitdiff
path: root/src/manager/common/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/common/exception.h')
-rw-r--r--src/manager/common/exception.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/manager/common/exception.h b/src/manager/common/exception.h
index 874fbd0f..22188300 100644
--- a/src/manager/common/exception.h
+++ b/src/manager/common/exception.h
@@ -124,6 +124,10 @@ using InputParam =
DefineException<CKM_API_ERROR_INPUT_PARAM, true, PrintDebug>;
using AuthenticationFailed =
DefineException<CKM_API_ERROR_AUTHENTICATION_FAILED, true, PrintDebug>;
+using InvalidFormat =
+ DefineException<CKM_API_ERROR_INVALID_FORMAT, true, PrintDebug>;
+using BadResponse =
+ DefineException<CKM_API_ERROR_BAD_RESPONSE, true, PrintDebug>;
struct TransactionFailed : public DatabaseFailed {