You need to sign in to do that
Don't have an account?

Where can I find descriptions of error numbers?
I have received several emails "Salesforce.com workflow could not perform a pending action" with
Error Number: 858880459-3664 (-1072421861)
Where can I find the description of this error?
In order to get information about such errors for whom we get numerical error messages - I think it is you can write to salesforce support , I have seen that there are basically two categories of errors:-
1. One which occurs as a result of our code or some standard exception.These include:-
a. API fault elements that the API returns if an error occurs when processing a service request.
b. then there is list of ExceptionCode values is defined in your WSDL file.
c. for Documentation for standard Errors Click here
2. The other category seems to be one for which the system cannot decipher any specific reason or it is related to some exception which is of unusual type. - (the one you encountered belongs to this category). I have not came across any documentation of this category of error, so you write to salesforce support for help.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
All Answers
In order to get information about such errors for whom we get numerical error messages - I think it is you can write to salesforce support , I have seen that there are basically two categories of errors:-
1. One which occurs as a result of our code or some standard exception.These include:-
a. API fault elements that the API returns if an error occurs when processing a service request.
b. then there is list of ExceptionCode values is defined in your WSDL file.
c. for Documentation for standard Errors Click here
2. The other category seems to be one for which the system cannot decipher any specific reason or it is related to some exception which is of unusual type. - (the one you encountered belongs to this category). I have not came across any documentation of this category of error, so you write to salesforce support for help.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.