Concept Flow - Handling HTTP errors
Start HTTP Request
Receive HTTP Response
Is response error?
No→Process Data
Yes
Catch Error
Handle Error (show message/log)
Complete or Retry
This flow shows how Angular sends an HTTP request, checks if the response has an error, and handles it gracefully.