mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
14 lines
164 B
C
14 lines
164 B
C
#ifndef ERRORSENUM_H
|
|
#define ERRORSENUM_H
|
|
|
|
enum ErrorsEnum
|
|
{
|
|
BLOCKED,
|
|
ARCHIVED,
|
|
LOGIN_OR_PASS,
|
|
ALREADYLOGIN,
|
|
DISABLE
|
|
};
|
|
|
|
#endif // ERRORSENUM_H
|