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.
errorMessage
1 parent 5196807 commit d205ea9Copy full SHA for d205ea9
model/src/main/kotlin/io/spine/validation/SimpleRules.kt
@@ -39,8 +39,8 @@ import io.spine.protodata.ast.FieldName
39
* @param field The target field.
40
* @param customFeature The feature message describing the custom operator.
41
* @param description The human-readable text description of the feature.
42
- * @param errorMessage The error message for the case of violation.
43
- * @return a new rule.
+ * @param errorMessage The error message for the case of violation. Can be empty for options
+ * that delegate validation to other options instead of performing it themselves.
44
*/
45
public fun SimpleRule(
46
field: FieldName,
0 commit comments