Expand description
Error messages for AppError variants — always English.
These strings end up inside AppError inner fields and may appear in
deterministic JSON stdout (e.g. ingest NDJSON). Portuguese translations
for stderr live in pub mod app_error_pt and are applied by
localized_message_for(Language::Portuguese).
Functions§
- concurrent_
process_ conflict - Localized message for
concurrent_process_conflict. - database_
not_ found - Localized message for
database_not_found. - duplicate_
memory - Localized message for
duplicate_memory. - duplicate_
memory_ soft_ deleted - Localized message for
duplicate_memory_soft_deleted. - entity_
limit_ exceeded - Localized message for
entity_limit_exceeded. - entity_
not_ found - Localized message for
entity_not_found. - memory_
not_ found - Localized message for
memory_not_found. - memory_
or_ entity_ not_ found - Localized message for
memory_or_entity_not_found. - no_
recall_ results - Localized message for
no_recall_results. - optimistic_
lock_ conflict - Localized message for
optimistic_lock_conflict. - relationship_
limit_ exceeded - Localized message for
relationship_limit_exceeded. - relationship_
not_ found - Localized message for
relationship_not_found. - soft_
deleted_ memory_ not_ found - Localized message for
soft_deleted_memory_not_found. - version_
not_ found - Localized message for
version_not_found.