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.
Namespace: MobileTrack.Common.EnumsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static readonly ActionFlowPortType OnFailure
Field Value
ActionFlowPortType
Parameter must be of type
None.