Files
freeplanet/src/store/Modules/serv_constants.ts

16 lines
275 B
TypeScript
Raw Normal View History

2018-10-25 01:51:29 +02:00
export const serv_constants = {
RIS_CODE_TODO_CREATING_NOTMYUSER: -1001,
RIS_CODE_ERR: -99,
2018-10-26 14:50:50 +02:00
RIS_CODE_EMAIL_ALREADY_VERIFIED: -5,
2018-10-25 01:51:29 +02:00
RIS_CODE_EMAIL_VERIFIED: 1,
2018-10-26 00:30:10 +02:00
2018-10-26 14:50:50 +02:00
RIS_CODE_LOGIN_ERR_GENERIC: -20,
2018-10-26 00:30:10 +02:00
RIS_CODE_LOGIN_ERR: -10,
RIS_CODE_OK: 1,
2018-11-15 19:48:37 +01:00
RIS_CODE_LOGIN_OK: 1
2018-11-15 19:48:37 +01:00
}