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 ccc2204 commit 353cc6dCopy full SHA for 353cc6d
crates/iceberg/src/error.rs
@@ -66,8 +66,7 @@ pub enum ErrorKind {
66
67
/// Catalog commit state is unknown after a server error.
68
///
69
- /// This error is returned when a commit operation receives a 5xx response,
70
- /// indicating the server failed but the commit state is uncertain.
+ /// This error is returned when a commit operation receives a 5xx response.
71
CommitStateUnknown,
72
73
/// Namespace is not empty and cannot be dropped.
0 commit comments