From bbd1639873c098196298c83ac076f6db096654ed Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Wed, 16 Oct 2019 15:55:50 +0200 Subject: fix missing ErrorType::RoughtimeError on switches Signed-off-by: Nuno Goncalves --- src/lib/utils/exceptn.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/utils') diff --git a/src/lib/utils/exceptn.cpp b/src/lib/utils/exceptn.cpp index d5845e09d..e6d067f34 100644 --- a/src/lib/utils/exceptn.cpp +++ b/src/lib/utils/exceptn.cpp @@ -46,6 +46,8 @@ std::string to_string(ErrorType type) return "HttpError"; case ErrorType::InvalidTag: return "InvalidTag"; + case ErrorType::RoughtimeError: + return "RoughtimeError"; case ErrorType::OpenSSLError : return "OpenSSLError"; case ErrorType::CommonCryptoError: -- cgit v1.2.3