2021 Method
Changes 0
M

FailuresAccessor.ResolveFailure

Description:
Resolves one failure using the failure resolution type last set for it.
Remarks:
If failure resolution type was not set, the default failure resolution type will be used. After execution of the failure resolution the failure will not be removed from the document automatically. To prevent the failure from being delivered to the user, failures (pre)processor should return ProceedWithCommit. It will cause failures to be regenerated and failure resolution process to be restarted. If attempt to resolve failure was not successful, and the same failure is present on repetitive calls of the failures (pre)processor, the preprocessor code should take care to attempt a different resolution the next time the failure appears, to avoid an infinite loop.
public void ResolveFailure(
	FailureMessageAccessor failure
)