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 2a91880 commit e8b250fCopy full SHA for e8b250f
sdk/tables/Azure.Data.Tables/src/TableErrorCode.cs
@@ -97,7 +97,7 @@ public TableErrorCode(string value)
97
/// <summary> TableNotFound.</summary>
98
public static TableErrorCode TableNotFound { get; } = new TableErrorCode(TableNotFoundValue);
99
100
- /// <summary> TableNotFound. </summary>
+ /// <summary> ResourceNotFound. </summary>
101
public static TableErrorCode ResourceNotFound { get; } = new TableErrorCode(ResourceNotFoundValue);
102
103
/// <summary> EntityNotFound. </summary>
0 commit comments