API reference › @evolu/common › Type › ArrayError
type ArrayError<Error> = ArrayNotArrayError | ArrayItemsErrorValue<Error, true>;
Defined in: packages/common/src/Type.ts:7591
Error returned by array for a non-array value or invalid array items.
API reference › @evolu/common › Type › ArrayError
type ArrayError<Error> = ArrayNotArrayError | ArrayItemsErrorValue<Error, true>;
Defined in: packages/common/src/Type.ts:7591
Error returned by array for a non-array value or invalid array items.