Class CudaErrorRecoveryResult
- Namespace
- DotCompute.Backends.CUDA.ErrorHandling
- Assembly
- DotCompute.Backends.CUDA.dll
public sealed class CudaErrorRecoveryResult
- Inheritance
-
CudaErrorRecoveryResult
- Inherited Members
Properties
ErrorMessage
Gets or sets the error message.
public string? ErrorMessage { get; set; }
Property Value
- string
The error message.
RecoveryMessage
Gets or sets the recovery message.
public string? RecoveryMessage { get; set; }
Property Value
- string
The recovery message.
RequiresManualIntervention
Gets or sets a value indicating whether [requires manual intervention].
public bool RequiresManualIntervention { get; set; }
Property Value
- bool
trueif [requires manual intervention]; otherwise,false.
RetryAttempt
Gets or sets the retry attempt.
public int RetryAttempt { get; set; }
Property Value
- int
The retry attempt.
Strategy
Gets or sets the strategy.
public CudaErrorStrategy Strategy { get; set; }
Property Value
- CudaErrorStrategy
The strategy.
Success
Gets or sets a value indicating whether this CudaErrorRecoveryResult is success.
public bool Success { get; set; }
Property Value
- bool
trueif success; otherwise,false.