MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / formatErrorMessage

Function formatErrorMessage

packages/core/src/util/errors.ts:145–151  ·  view source on GitHub ↗
(errors: string[])

Source from the content-addressed store, hash-verified

143];
144
145export const formatErrorMessage = (errors: string[]) => {
146 if (errors === undefined || errors === null) {
147 return '';
148 }
149
150 return errors.join('\n');
151};

Callers 2

getCombinedErrorMessageFunction · 0.90
ctxToNonEmptyCellPropsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…