add tabs
This commit is contained in:
parent
29574637da
commit
843ae33a3f
13 changed files with 209 additions and 22 deletions
|
|
@ -48,11 +48,10 @@ status_code::direct!(reqs::list_badges::Ok => OK);
|
|||
status_code::map!(reqs::list_badges::Err => []);
|
||||
|
||||
const _: () = {
|
||||
use viendesu_core::errors::marks::*;
|
||||
use status_code::*;
|
||||
use viendesu_core::errors::marks::*;
|
||||
|
||||
direct!(NoSuchTag => NOT_FOUND);
|
||||
direct!(NoSuchGenre => NOT_FOUND);
|
||||
direct!(NoSuchBadge => NOT_FOUND);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue