(error: any)
| 25 | } |
| 26 | |
| 27 | export function reportValidatorError(error: any) { |
| 28 | console.error("Function reportValidatorError():", error); |
| 29 | message.error(getValidatorErrorMsg(error, t("TXT_CODE_6a365d01"))); |
| 30 | } |
| 31 | |
| 32 | export function reportErrorMsg(error: any = {}) { |
| 33 | console.error("Function reportErrorMsg():", error); |
nothing calls this directly
no test coverage detected