Trying to catch error with ZOHO.CRM.HTTP.get (Response Code)

Trying to catch error with ZOHO.CRM.HTTP.get (Response Code)

Hello,

I'm trying to get response header from ZOHO.CRM.HTTP.get, in order to catch error like 404 or something else but it seems that ZOHO.CRM.HTTP.get() method only returns the body of the response, and I see no way to access the headers returned.

Is there a way to catch error withe the API request
Thanks