mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 15:06:26 +00:00
Fixed docs for RetryErrorCodes.
This commit is contained in:
parent
9952f3e939
commit
83ea4cd9e7
@ -60,6 +60,9 @@ namespace SpotifyAPI.Web
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public int RetryTimes { get; set; } = 10;
|
public int RetryTimes { get; set; } = 10;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Error codes that will trigger auto-retry if <see cref="UseAutoRetry"/> is enabled.
|
||||||
|
/// </summary>
|
||||||
public IEnumerable<int> RetryErrorCodes { get; private set; } = new int[] { 500, 502, 503 };
|
public IEnumerable<int> RetryErrorCodes { get; private set; } = new int[] { 500, 502, 503 };
|
||||||
#endregion Configuration
|
#endregion Configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user