This commit is contained in:
@@ -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?
|
||||
|
||||
@@ -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 -
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user