error: Add crypto error code
This commit is contained in:
@ -31,6 +31,7 @@ struct Error final : public std::exception {
|
|||||||
enum struct Code {
|
enum struct Code {
|
||||||
AccessDenied = 100, // don't overlap with MuError
|
AccessDenied = 100, // don't overlap with MuError
|
||||||
Command,
|
Command,
|
||||||
|
Crypto,
|
||||||
File,
|
File,
|
||||||
Index,
|
Index,
|
||||||
Internal,
|
Internal,
|
||||||
|
|||||||
Reference in New Issue
Block a user