We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618e878 commit 1645178Copy full SHA for 1645178
src/Temporalio/Common/RetryPolicy.cs
@@ -33,6 +33,7 @@ public record RetryPolicy
33
/// <summary>
34
/// Gets or sets the collection of error types that are not retryable.
35
/// </summary>
36
+ /// <remarks>Refers to the <see cref="Temporalio.Exceptions.ApplicationFailureException.ErrorType"/> property.</remarks>
37
public IReadOnlyCollection<string>? NonRetryableErrorTypes { get; set; }
38
39
0 commit comments