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