2027 Method
Changes 0
M

FailuresAccessor.GetAttemptedResolutionTypes

Description:
Returns list of the failure resolution types attempted for the failure in the current transaction.
Remarks:
In some cases attempt to resolve a failure has no impact or failure gets reposted during next round of the end of transaction checks after being resolved. Knowing if any failure resolutions were attempted for the failure allows failures processor to prevent infinite loop.
public IList<FailureResolutionType> GetAttemptedResolutionTypes(
	FailureMessageAccessor failure
)
Return Value IList<FailureResolutionType> The list of the types of failure resolutions attempted for the failure.