code.ts 1.0 KB

123456789101112131415161718192021222324
  1. export default {
  2. apiCode: {
  3. '0': 'Operation success',
  4. '-1': 'The operation failed',
  5. '500': 'Sorry, the server is reporting an error.',
  6. '3014': 'Account or password error, please login again!',
  7. '4001': 'Missing parameter',
  8. '4003': 'User does not exist',
  9. '4004': 'User has been added',
  10. '4005': 'Reseller does not exist',
  11. '4008': 'User not logged in',
  12. '4009': 'Account or password error, please login again!',
  13. '4011': 'The scene does not currently exist',
  14. '4012': 'The camera does not currently exist',
  15. '4013': 'Insufficient camera capacity for migration',
  16. '4014': 'The scene must migrate under the same camera type!',
  17. '4015': 'The membership subscription category does not exist!',
  18. '4016': 'The membership subscription does not exist!',
  19. '4017': 'Insufficient number of membership subscriptions!',
  20. '4018': 'Insufficient number of downloads!',
  21. '4019': 'SN code does not exist!',
  22. '4020': 'Multiple login attempts detected, please try again in five minutes!',
  23. }
  24. };