You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/src/swift/configuration.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ more likely to change than other configurations.
19
19
|`experimental_sendable_value_types`|`false`| Whether to mark value types as `Sendable'. |
20
20
|`custom_types`|| A map which controls how custom types are exposed to Swift. See the [custom types section of the manual](../types/custom_types.md#custom-types-in-the-bindings-code)|
21
21
|`omit_localized_error_conformance`|`false`| Whether to make generated error types conform to `LocalizedError`. |
22
+
|`error_enum_use_lower_camel_case`|`false`| Whether to use lower camel case for error enum variants. |
22
23
23
24
[^1]: `namespace` is the top-level namespace from your UDL file.
0 commit comments