API reference › @evolu/common › Type › SetError
type SetError<Error> = SetNotSetError | SetItemsErrorValue<Error, true>;
Defined in: packages/common/src/Type.ts:8009
Error returned by set for a non-Set value or invalid Set items.
API reference › @evolu/common › Type › SetError
type SetError<Error> = SetNotSetError | SetItemsErrorValue<Error, true>;
Defined in: packages/common/src/Type.ts:8009
Error returned by set for a non-Set value or invalid Set items.