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
RachelleRachelle 

How do fix error messages when deploying a new apex code?

I am trying to deploy a new apex code that I am trying to test, but I keep getting error messages. What do I need to do so that I don’t get error messages?
I have attached the error responses.Error messages for deployment attempt
learn_cloudsflearn_cloudsf
Hi Rachelle.

Try breaking the change set into smaller and redeploy it. should work. or if you have little time use the ant force.com migration tool ( involves manual work ) to deploy the apex code.

Thanks.