Skip to content

Commit 1645178

Browse files
authored
Improved docs for RetryPolicy.NonRetryableErrorTypes (#252)
1 parent 618e878 commit 1645178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Temporalio/Common/RetryPolicy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public record RetryPolicy
3333
/// <summary>
3434
/// Gets or sets the collection of error types that are not retryable.
3535
/// </summary>
36+
/// <remarks>Refers to the <see cref="Temporalio.Exceptions.ApplicationFailureException.ErrorType"/> property.</remarks>
3637
public IReadOnlyCollection<string>? NonRetryableErrorTypes { get; set; }
3738

3839
/// <summary>

0 commit comments

Comments
 (0)