Add error code ERR_FOLLOW_FAIL

This commit is contained in:
Ian Barwick
2018-03-21 13:11:30 +09:00
parent 81c69e3677
commit 93deab3e96
2 changed files with 10 additions and 10 deletions

View File

@@ -44,5 +44,6 @@
#define ERR_REGISTRATION_SYNC 20
#define ERR_OUT_OF_MEMORY 21
#define ERR_SWITCHOVER_INCOMPLETE 22
#define ERR_FOLLOW_FAIL 23
#endif /* _ERRCODE_H_ */