function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SkyBlue2007SkyBlue2007 

Isolation of CalloutException !

Hi everyone,

 

I'd like to isolate CalloutException because CalloutException has some events.

For example, unknown protocol, no protocol, Unauthorized endpoint, Read timed out, and etc...

Please let me know if you have best practice.

 

Thanks,

Seiji

Best Answer chosen by Admin (Salesforce Developers) 
Afzal MohammadAfzal Mohammad

I guess, there is no such best practice for callouts.

 

However you may find below thread useful.

http://boards.developerforce.com/t5/Apex-Code-Development/Web-service-callout-failed-Failed-to-get-next-element/m-p/266455

 

Afzal

All Answers

Afzal MohammadAfzal Mohammad

I guess, there is no such best practice for callouts.

 

However you may find below thread useful.

http://boards.developerforce.com/t5/Apex-Code-Development/Web-service-callout-failed-Failed-to-get-next-element/m-p/266455

 

Afzal

This was selected as the best answer
SkyBlue2007SkyBlue2007

Hi Afzal,

 

Thank you for your reply.

Your advice was helpful for me to solved my problem.

 

Thanks,

Seiji