ActionFlowPortTypeOnFailure Field

Invoked when a node has failed to complete its task because a third party service failed to respond with a success status.
This can be because of a timeout, a network error, a server error on their part or because our input is faulty.
Unlike "our" errors, which are unexpected and not acceptable, third party errors are expected and should be handled gracefully.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static readonly ActionFlowPortType OnFailure

Field Value

ActionFlowPortType

Remarks

Parameter must be of type None.

See Also