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 807536c commit 3bf676aCopy full SHA for 3bf676a
1 file changed
src/lib.rs
@@ -14,7 +14,9 @@
14
//! constant_string!(NotFoundErrorCode, NOT_FOUND_ERROR_CODE, "notFound");
15
//!
16
//! #[derive(Debug, Default, Deserialize, Serialize, ToSchema)]
17
+//! #[serde(rename_all = "camelCase")]
18
//! struct NotFoundError {
19
+//! #[schema(inline)]
20
//! code: NotFoundErrorCode,
21
//! }
22
//! ```
0 commit comments