pub const CODE_BATCH_OPERATION_NOT_FULLY_COMPLETED: i32 = 40081;Expand description
Business code returned when a batch operation only partially succeeded.
The server aggregates per-item failures into aggregated_error and reports
this code at the top level. Items missing from that map succeeded.