File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public interface IWriter<TValue> : IAsyncDisposable
1313 /// A Task which will complete with a delivery report corresponding to the produce request,
1414 /// or an exception if an error occured.
1515 /// </returns>
16- /// <exception cref="T: Ydb.Sdk.Services .Topic.WriterException">
16+ /// <exception cref="Ydb.Sdk.Topic.WriterException">
1717 /// Thrown in response to any write request that was unsuccessful for any reason.
1818 /// </exception>
1919 public Task < WriteResult > WriteAsync ( TValue data , CancellationToken cancellationToken = default ) ;
@@ -27,7 +27,7 @@ public interface IWriter<TValue> : IAsyncDisposable
2727 /// A Task which will complete with a delivery report corresponding to the produce request,
2828 /// or an exception if an error occured.
2929 /// </returns>
30- /// <exception cref="T: Ydb.Sdk.Services .Topic.WriterException">
30+ /// <exception cref="Ydb.Sdk.Topic.WriterException">
3131 /// Thrown in response to any write request that was unsuccessful for any reason.
3232 /// </exception>
3333 public Task < WriteResult > WriteAsync ( Message < TValue > message , CancellationToken cancellationToken = default ) ;
You can’t perform that action at this time.
0 commit comments