1 2 3 4 5 6 7
//! Exit code constants for gate command /// Success - gate passed pub const SUCCESS: i32 = 0; /// Policy violation - gate failed pub const POLICY_VIOLATION: i32 = 1;