error: Add crypto error code

This commit is contained in:
Dirk-Jan C. Binnema 2022-04-09 19:16:16 +03:00
parent 09e175e9b5
commit 43c71c7698
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ struct Error final : public std::exception {
enum struct Code {
AccessDenied = 100, // don't overlap with MuError
Command,
Crypto,
File,
Index,
Internal,