diff --git a/crates/brightstaff/src/handlers/pipeline_processor.rs b/crates/brightstaff/src/handlers/pipeline_processor.rs index 6d70c30a..4d83325a 100644 --- a/crates/brightstaff/src/handlers/pipeline_processor.rs +++ b/crates/brightstaff/src/handlers/pipeline_processor.rs @@ -140,7 +140,7 @@ impl PipelineProcessor { // Check for HTTP errors and handle them appropriately if !status.is_success() { let error_body = String::from_utf8_lossy(&response_bytes).to_string(); - + if status.is_client_error() { // 4xx errors - cascade back to developer return Err(PipelineError::ClientError {