TestimoX

API Reference

Class

ErrorRecoveryPolicy

Namespace TestimoX.Execution
Assembly TestimoX

Configuration for error recovery behavior during rule execution.

Inheritance

  • Object
  • ErrorRecoveryPolicy

Constructors

Properties

public Int32 MaxRetries { get; set; } #

Maximum number of retry attempts for a failed operation.

public TimeSpan BaseDelay { get; set; } #

Base delay before retrying a failed operation.

public Boolean SkipOnModuleFailure { get; set; } #

Whether PowerShell module failures should cause the rule to be skipped.

public Boolean SkipOnADFailure { get; set; } #

Whether Active Directory connectivity failures should cause the rule to be skipped.

public CircuitBreaker CircuitBreaker { get; set; } #

Circuit breaker used to track Active Directory connectivity failures.