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

Function reportErrorMsg

frontend/src/tools/validator.ts:32–35  ·  view source on GitHub ↗
(error: any = {})

Source from the content-addressed store, hash-verified

30}
31
32export function reportErrorMsg(error: any = {}) {
33 console.error("Function reportErrorMsg():", error);
34 message.error(getValidatorErrorMsg(error, t("TXT_CODE_6a365d01")));
35}
36
37export const PASSWORD_REGEX = /^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[\x00-\x7F]{9,36}$/;
38

Callers 15

$emitMethod · 0.90
initMethod · 0.90
subscribeMethod · 0.90
openDialogFunction · 0.90
getFileListFunction · 0.90
touchFileFunction · 0.90
setClipBoardFunction · 0.90
pasteFunction · 0.90
useDeleteFileApiFunction · 0.90
onOkFunction · 0.90
zipFileFunction · 0.90
unzipFileFunction · 0.90

Calls 2

getValidatorErrorMsgFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected