pub const BATCH_PARTIAL_FAILURE_EXIT_CODE: i32 = 13;
Exit code for partial batch failure (PRD line 1822). Conflicts with DbBusy in v1.x; in v2.0.0 DbBusy migrates to 15 and this code takes 13 per PRD.