doNotPropagateError property

bool? doNotPropagateError
getter/setter pair

Flag to determine how to should propagate errors.

If this flag is set to be true, it will not throw an exception. Instead, it will return a {@link ExecuteIntegrationsResponse} with an execution id and error messages as PostWithTriggerIdExecutionException in {@link EventParameters}. The flag is set to be false by default.

Optional.

Implementation

core.bool? doNotPropagateError;