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 f91fcba commit 5b5f08bCopy full SHA for 5b5f08b
1 file changed
src/main/java/io/weaviate/client6/v1/api/backup/Backup.java
@@ -145,11 +145,6 @@ public void cancel(WeaviateClient client) throws IOException {
145
* @param client Weaviate client. Make sure {@link WeaviateClientAsync#close}
146
* is NOT called before this method returns.
147
* @throws IllegalStateException if {@link #operation} is not set (null).
148
- * @throws TimeoutException in case the wait times out without reaching
149
- * BackupStatus.SUCCESS.
150
- * @throws IOException in case the request was not sent successfully
151
- * due to a malformed request, a networking error
152
- * or the server being unavailable.
153
*/
154
public CompletableFuture<Backup> waitForCompletion(WeaviateClientAsync client) {
155
return waitForStatus(client, BackupStatus.SUCCESS);
0 commit comments