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 0eb9835 commit 0289e8aCopy full SHA for 0289e8a
graphql_client_web/src/lib.rs
@@ -33,6 +33,7 @@ pub struct Client {
33
///
34
/// not exhaustive
35
#[derive(Debug, Fail)]
36
+#[non_exhaustive]
37
pub enum ClientError {
38
/// The body couldn't be built
39
#[fail(display = "Request body is not a valid string")]
0 commit comments