The possible errors that can be handled by the Salesforce connector are:
Error | Description |
---|---|
MISSING_INPUT | A mandatory input variable was not provided. |
INVALID_INPUT | The input variable has an invalid type. |
UNKNOWN_ERROR | Unexpected runtime error. |
REQUEST_TIMEOUT | Salesforce request timeout. |
CIRCUIT_BREAKER_OPEN | Max number of retries reached without success. |
MISSING_TOKEN | Salesforce access token could not be obtained. |
CONNECTION_ERROR | Salesforce connection error. |