API reference › @evolu/common › Type › ObjectKeysError
Defined in: packages/common/src/Type.ts:13894
An error from the externally named object decoded by objectKeys.
Extends
TypeError<"ObjectKeys">.TransparentTypeError
Properties
[transparentTypeErrorSymbol]?
readonly optional [transparentTypeErrorSymbol]?: true;
Defined in: packages/common/src/Type.ts:1017
Inherited from
TransparentTypeError.[transparentTypeErrorSymbol]
error
readonly error: ObjectError<Readonly<Record<string,
| ObjectExcessPropertyError
| ObjectMissingPropertyError
| T["props"][keyof T["props"]][typeof errorsSymbol]>>>;
Defined in: packages/common/src/Type.ts:13898
type
readonly type: "ObjectKeys";
Defined in: packages/common/src/Type.ts:893