fun nested(description: String, block: () -> Unit): Unit
Overrides ErrorConsumer.nested
Runs specified block in a nested validation scope with provided description
description - nested scope description
description
block - code to run
block