API reference / @evolu/common / Type / formatObjectWithRecordError

Function: formatObjectWithRecordError()

function formatObjectWithRecordError<Error>(formatTypeError): TypeErrorFormatter<ObjectWithRecordError<Record<string, Error>, Error, Error>>;

Defined in: packages/common/src/Type.ts:2899

Type Parameters

Type Parameter
Error extends TypeError<Capitalize<string>>

Parameters

ParameterType
formatTypeErrorTypeErrorFormatter<Error>

Returns

TypeErrorFormatter<ObjectWithRecordError<Record<string, Error>, Error, Error>>

Was this page helpful?