lib/utils: Add Message error.
This commit is contained in:
@ -36,6 +36,7 @@ struct Error final: public std::exception {
|
|||||||
Index,
|
Index,
|
||||||
Internal,
|
Internal,
|
||||||
InvalidArgument,
|
InvalidArgument,
|
||||||
|
Message,
|
||||||
NotFound,
|
NotFound,
|
||||||
Parsing,
|
Parsing,
|
||||||
Query,
|
Query,
|
||||||
|
|||||||
Reference in New Issue
Block a user