MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / reportValidatorError

Function reportValidatorError

frontend/src/tools/validator.ts:27–30  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

25}
26
27export function reportValidatorError(error: any) {
28 console.error("Function reportValidatorError():", error);
29 message.error(getValidatorErrorMsg(error, t("TXT_CODE_6a365d01")));
30}
31
32export function reportErrorMsg(error: any = {}) {
33 console.error("Function reportErrorMsg():", error);

Callers

nothing calls this directly

Calls 2

getValidatorErrorMsgFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected