ObjectMappingInboundFlowOutputs

Packaged class

Namespace: overcast

This class is used to pass output parameters from an inbound mapping Flow back to the Overcast app for finalizing the run.

 

Properties

 

success

Type: Boolean

Set to false to report the run as failed. The Status Code will be set to 338 (Inbound mapping flow general failure).

 

errorStatusCode

Type: Integer

Set a status code. If left unset, 338 will be used.

 

infoMessages

Type: List<String>

To report an infomation level log, add a String entry.

 

warningMessages

Type: List<String>

To report a warning level log, add a String entry.

 

errorMessages

Type: List<String>

To report an error level log, add a String entry.