You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

errCode.go 396 B

12345678910111213141516
  1. package xerr
  2. // 成功返回
  3. const OK uint32 = 200
  4. /**(前3位代表业务,后三位代表具体功能)**/
  5. // 全局错误码
  6. const SERVER_COMMON_ERROR uint32 = 100001
  7. const REUQEST_PARAM_ERROR uint32 = 100002
  8. const TOKEN_EXPIRE_ERROR uint32 = 100003
  9. const TOKEN_GENERATE_ERROR uint32 = 100004
  10. const DB_ERROR uint32 = 100005
  11. const DB_UPDATE_AFFECTED_ZERO_ERROR uint32 = 100006
  12. //用户模块

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.