Skip to main content

DUPLICATE_EXIT_CODE

Constant DUPLICATE_EXIT_CODE 

Source
pub const DUPLICATE_EXIT_CODE: i32 = 9;
Expand description

Process exit code returned when a duplicate memory or entity is detected (exit 9).

Moved from 2 to 9 in v1.0.52 to free exit code 2 for future use and align with the PRD exit code contract. Shell callers and LLM agents must use 9 from this version onwards.