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

11 lines
230 B
TypeScript
Raw Normal View History

2018-10-25 01:51:29 +02:00
export const serv_constants = {
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,
RIS_CODE_OK: 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_LOGIN_OK: 1,
2018-10-25 01:51:29 +02:00
};