mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix precommit
This commit is contained in:
parent
4e0c785cd2
commit
68727cd739
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue