API Reference
Class
ErrorRecoveryPolicy
Configuration for error recovery behavior during rule execution.
Inheritance
- Object
- ErrorRecoveryPolicy
Constructors
public ErrorRecoveryPolicy() #Inherited Methods
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.