Flow Builder Response Codes

AddToQueue

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002add to queue exceptionReturned when unable to add to queue.
3003add to queue failReturned when failed to add to the queue.

CallWorkflow

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002workflow not availableReturned when the workflow is not available.

CDR

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002CDR insertion exceptionReturned when an error occurs while inserting a CDR.
3003CDR insertion failReturned when failed to insert into the queue.

Data Parser

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002invalid datatypeReturned when an invalid datatype is found.
3003mandatory path not foundReturned when a mandatory path is not found in the given input.
3004exceptionReturned when an exception occurs during the runtime.

DBSelect

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002query execution failReturned when failed to execute the query.

DBUpdate

3001validation failReturned when the mandatory parameters are missing.
3002query execution failReturned when failed to execute the query.

Error

Error CodeMessageDescription
3001exception occurReturned when the mandatory parameters are missing.
3002normal error executionReturned when an occurs during execution.

Evaluate

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002script execution failReturned when the script failed to execute.
3003invalid resultReturned when an invalid results are produced.

ExternalEvent

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002invalid event occursReturned when the eventid is invalid.

HTTP

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002http exceptionReturned when the HTTP exception occurs.
3003http response nullReturned when the HTTP response is null.

ReceiveSMS

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.

Redirect

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002encode exceptionReturned when an exception occurs during encoding.

Repository

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002Repository operation failReturned when the repository operation is failed.

Salesforce

Error CodeMessageDescription
201SuccessReturned by onsalesforcesuccess event when the record is created or updated successfully.
400FailureReturned by onsalesforcefailure event when the response could not be updated because the JSON body contains an error.
500FailureReturned when an error occurred within Salesforce.com.

ServiceBundle

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002http exceptionReturned when the HTTP exception occurs.
3003http response nullReturned when the HTTP response is null.
3004http response body nullReturned when the HTTP response body is null.
3005option not foundReturned when the option is not found.

SMS

Error CodeMessageDescription
3001message not availableReturned when a message is configured with an empty text.
3002http exceptionReturned when the http exception occurs.
3003endpoint unreachableReturned when the HTTP messaging API is not reachable.
3004gateway exceptionReturned when the messaging API response is in incorrect format.

Transform

Error CodeMessageDescription
3001validation failReturned when the mandatory parameters are missing.
3002transform exceptionReturned when an exception occurs during transform.