MCPcopy Create free account
hub / github.com/bigcyy/customized-chat / systemError

Method systemError

common/src/main/java/com/cyy/common/utils/R.java:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 public static R systemError(){
46 R r = new R();
47 r.setSuccess(false);
48 r.setCode(ErrorCode.SYSTEM_ERROR.getCode());
49 r.setMessage("失败");
50 return r;
51 }
52
53 public static R clientError(){
54 R r = new R();

Callers

nothing calls this directly

Calls 2

getCodeMethod · 0.80
setMessageMethod · 0.45

Tested by

no test coverage detected