mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +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
|
enum class Status
|
||||||
{
|
{
|
||||||
|
INPUT,
|
||||||
SUCCESS,
|
SUCCESS,
|
||||||
REDIRECT,
|
REDIRECT,
|
||||||
TEMPORARY_FAILURE,
|
TEMPORARY_FAILURE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue