Interface: ObjectError
Defined in: object/types.ts:90
Error type for object operations.
Properties
cause?
readonlyoptionalcause:unknown
Defined in: object/types.ts:94
code
readonlycode:"PATH_NOT_FOUND"|"INVALID_PATH"|"VALIDATION_ERROR"|"CIRCULAR_REFERENCE"
Defined in: object/types.ts:91
message
readonlymessage:string
Defined in: object/types.ts:92
path?
readonlyoptionalpath:ObjectPath
Defined in: object/types.ts:93