[NX-103] Handle unreachable targets gracefully in API and UI #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Avoid 500 errors for expected runtime issues (target down, network refused).
Scope
Acceptance Criteria
Implemented for NX-103.
Goal Achieved
Expected runtime connectivity issues (target down / refused network) no longer surface as noisy generic UI failures.
Scope Delivered
503withcode: target_unreachabledetails(target_id,host,port,error)target_unreachable/503)host,port, optionalrequest_id)Acceptance Criteria
Notes