MemoryRecordOutput¶
Structure Class¶
MemoryRecordOutput
dataclass
¶
Output information returned after processing a memory record operation.
Attributes¶
error_code
class-attribute
instance-attribute
¶
error_code: int | None = None
The error code returned when the memory record operation fails.
error_message
class-attribute
instance-attribute
¶
error_message: str | None = None
A human-readable error message describing why the memory record operation failed.
memory_record_id
instance-attribute
¶
memory_record_id: str
The unique ID associated to the memory record.
request_identifier
class-attribute
instance-attribute
¶
request_identifier: str | None = None
The client-provided identifier that was used to track this record operation.
status
instance-attribute
¶
status: MemoryRecordStatus
The status of the memory record operation (e.g., SUCCEEDED, FAILED).