Created
January 26, 2021 16:37
-
-
Save ndabAP/2ae90f3b871403d822ec2de0bcffb5b0 to your computer and use it in GitHub Desktop.
Salesforce "REQUEST_LIMIT_EXCEEDED: ConcurrentRequests (Concurrent API Requests) Limit exceeded."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<soapenv:Body> | |
<soapenv:Fault> | |
<faultcode>sf:REQUEST_LIMIT_EXCEEDED</faultcode> | |
<faultstring>REQUEST_LIMIT_EXCEEDED: ConcurrentRequests (Concurrent API Requests) Limit exceeded.</faultstring> | |
<detail> | |
<sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault"> | |
<sf:exceptionCode>REQUEST_LIMIT_EXCEEDED</sf:exceptionCode> | |
<sf:exceptionMessage>ConcurrentRequests (Concurrent API Requests) Limit exceeded.</sf:exceptionMessage> | |
</sf:UnexpectedErrorFault> | |
</detail> | |
</soapenv:Fault> | |
</soapenv:Body> | |
</soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment