mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add input status enum
This commit is contained in:
parent
3c584b52b7
commit
893f114abf
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ namespace app::browser::main::tab
|
|||
*/
|
||||
enum class Status
|
||||
{
|
||||
INPUT,
|
||||
SUCCESS,
|
||||
REDIRECT,
|
||||
TEMPORARY_FAILURE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue