addError

Adds a child entry to this builder. When this entry is built, this child will be attached to it.

Return

this builder

Author

fzzyhmstrs

Since

0.7.0

Parameters


Adds a child entry to this builder from the provided ValidationResult. When this entry is built, this child will be attached to it.

Return

this builder

Author

fzzyhmstrs

Since

0.7.0

Parameters

child

ValidationResult A validation result. It's error entry will be attached to this as a child. If its error is empty it will be ignored.