This commit is contained in:
2020-01-07 00:19:30 +00:00
parent 0d7996fa56
commit 697a9501d8
2 changed files with 13 additions and 1 deletions

View File

@@ -51,7 +51,9 @@ SHELL / NAV / MENUS / LAYOUT
TODO: Errors - make sure all user displayed errors have an error number if they might be something tech support needs to know (case 1854)
- I guess this is a LT feature really
- Once start then make sure documented in manual
- Once start then make sure documented in manual?!
- Not sure it's going to be helpful as no one will ever read it, more important that we get the number for support and that the text is clear for the user
TODO: Test when logging in and server is ops only due to license not installed
- Does it work?

View File

@@ -110,3 +110,13 @@ export default {
}
}
};
/*
ERROR CODES USED:
Client error codes are all in the range of E16 to E999
Server error codes are all in the range of E1000 to E1999
API specific (logic) error codes are all in the range of 2000 to 3000
CLIENT ERROR CODES:
E16 -
*/