mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add new states
This commit is contained in:
13
Data/ErrorsEnum.h
Normal file
13
Data/ErrorsEnum.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef ERRORSENUM_H
|
||||
#define ERRORSENUM_H
|
||||
|
||||
enum ErrorsEnum
|
||||
{
|
||||
BLOCKED,
|
||||
ARCHIVED,
|
||||
LOGIN_OR_PASS,
|
||||
ALREADYLOGIN,
|
||||
DISABLE
|
||||
};
|
||||
|
||||
#endif // ERRORSENUM_H
|
||||
Reference in New Issue
Block a user