update: UnkownFilter error
This commit is contained in:
parent
a4ec89b743
commit
0911b47396
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ const std_time = std.time;
|
|||
pub const FilterError = error{
|
||||
InvalidArgument,
|
||||
OutOfMemory,
|
||||
UnknownFilter,
|
||||
};
|
||||
|
||||
const DictEntry = struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue