API reference › @evolu/common › Type › MapNotMapError
Defined in: packages/common/src/Type.ts:8599
Error returned when a map input is not a Map.
Extends
TypeError<"Map">
Properties
reason
readonly reason: {
kind: "NotMap";
value: unknown;
};
Defined in: packages/common/src/Type.ts:8600
| Name | Type | Defined in |
|---|---|---|
kind | "NotMap" | packages/common/src/Type.ts:8601 |
value | unknown | packages/common/src/Type.ts:8602 |
type
readonly type: "Map";
Defined in: packages/common/src/Type.ts:870