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