1 2 3 4 5 6 7
pub const SUCCESS: i32 = 0; pub const GENERAL_ERROR: i32 = 1; pub const USAGE_ERROR: i32 = 2; pub const NOT_FOUND: i32 = 3; pub const PERMISSION_DENIED: i32 = 4; pub const CONFLICT: i32 = 5; pub const DRY_RUN_OK: i32 = 10;