MCPcopy Create free account
hub / github.com/L1yp/van-app / err

Method err

src/main/java/com/l1yp/model/common/ResultData.java:37–39  ·  view source on GitHub ↗
(int statusCode, String message)

Source from the content-addressed store, hash-verified

35 public static <S> ResultData<S> ok(S data) {
36 return new ResultData<>(200, "ok", data, null);
37 }
38
39 public static <S> ResultData<S> err(int statusCode, String message) {
40 return new ResultData<>(statusCode, message, null, null);
41 }
42

Callers 15

handleMethod · 0.95
handleVanExceptionMethod · 0.95
handlerExceptionMethod · 0.95
refFieldMethod · 0.95
deleteViewMethod · 0.95
deleteTypeMethod · 0.95
deleteOptionValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected