pub const EXIT_SUCCESS: i32 = 0;Expand description
Stable process exit codes shared by the eggress and pproxy binaries.
This module is the single owner of the numeric process contract; the
eggress-cli crate re-exports these constants instead of defining its
own overlapping copies.