We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfda6d commit c026437Copy full SHA for c026437
1 file changed
crates/iceberg/src/error.rs
@@ -60,9 +60,6 @@ pub enum ErrorKind {
60
///
61
/// This error is returned when given iceberg feature is not supported.
62
FeatureUnsupported,
63
-
64
- /// An invalid argument was provided to an iceberg function.
65
- InvalidArgument,
66
}
67
68
impl ErrorKind {
0 commit comments