API reference@evolu/commonType › ObjectPropertyAccessError

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

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

Properties

reason

readonly reason: "Accessor" | "NonEnumerable";

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


type

readonly type: "ObjectPropertyAccess";

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

Inherited from

TypeError.type