Skip to content

Commit

Permalink
Improved docs for RetryPolicy.NonRetryableErrorTypes (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkoutnycz authored May 22, 2024
1 parent 618e878 commit 1645178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Temporalio/Common/RetryPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public record RetryPolicy
/// <summary>
/// Gets or sets the collection of error types that are not retryable.
/// </summary>
/// <remarks>Refers to the <see cref="Temporalio.Exceptions.ApplicationFailureException.ErrorType"/> property.</remarks>
public IReadOnlyCollection<string>? NonRetryableErrorTypes { get; set; }

/// <summary>
Expand Down

0 comments on commit 1645178

Please sign in to comment.