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 9ed9988 commit eef8179Copy full SHA for eef8179
eeps/eep-0079.md
@@ -212,8 +212,8 @@ module it will issue a warning if keys are not present.
212
213
If no value is provided for a field, and there is a default field
214
value in the native record definition, the default value is used. If
215
-no value is provided for a field and there is no default field value
216
-then a native record creation fails with a `badrecord` error.
+no value is provided for a field and there is no default field value,
+a native record creation fails with a `{novalue,FieldName}` error.
217
218
In OTP 29, the default value can only be an expression that can be
219
evaluated to a constant at compile-time. Essentially, the allowed
0 commit comments