Skip to content

Commit

Permalink
Changing error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dscervantes committed Nov 7, 2024
1 parent ea7fb23 commit dbe0713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/controllers/private/runsCreateActions.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func handleRunCreateError(err error) *RunCreated {
return runCreateError(http.StatusBadRequest,"Block listed org")
}

return runCreateError(http.StatusInternalServerError,"Host Disconnected")
return runCreateError(http.StatusInternalServerError,"Unexpected error during processing")
}

func runCreated(runID uuid.UUID) *RunCreated {
Expand Down

0 comments on commit dbe0713

Please sign in to comment.