API reference › @evolu/common › Type › ObjectPropertyAccessError
Defined in: packages/common/src/Type.ts:11323
An error returned when a present object property is not represented as an enumerable data property.
ObjectPropertyAccess is reserved for this structural failure. Property
Types must use another error tag.
Extends
TypeError<"ObjectPropertyAccess">
Properties
reason
readonly reason: "Accessor" | "NonEnumerable";
Defined in: packages/common/src/Type.ts:11324
type
readonly type: "ObjectPropertyAccess";
Defined in: packages/common/src/Type.ts:870