API reference / @evolu/common / Type / formatArrayError
Function: formatArrayError()
function formatArrayError<Error>(
formatTypeError,
): TypeErrorFormatter<ArrayError<Error>>;
Defined in: packages/common/src/Type.ts:2269
Type Parameters
| Type Parameter |
|---|
Error extends TypeError<Capitalize<string>> |
Parameters
| Parameter | Type |
|---|---|
formatTypeError | TypeErrorFormatter<Error> |
Returns
TypeErrorFormatter<ArrayError<Error>>