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