### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Uncaught TypeError: curl_strerror(): Argument #1 ($error_code) must be of type int, CurlHandle given. Mage_Usa_Model_Shipping_Carrier_UpsAuth <img width="705" height="146" alt="Image" src="https://github.com/user-attachments/assets/0015e3b3-4617-4c76-b1c4-5c0703b847bf" /> ### Expected Behavior I think it should be: ``` $code = curl_errno($ch); $description = curl_strerror($code); ``` And should throw exception cURL Error: (6) Couldn't resolve host name - "Could not resolve host: wwwcie.ups.com" in /app/app/Mage.php:665 ### Steps To Reproduce Ups settings: UPS Type: United Parcel Service REST 1. Checkout 2. Complete the Billing & Shipping Address form ### Environment ```markdown - OpenMage: - php: ``` ### Anything else? _No response_