Function: errorMessages()
errorMessages(
value):Generator<string,void,undefined>
Yield message / errorCode strings from every node in the error
tree (see errorNodes). Used by errorMessage and
message predicates elsewhere.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”Generator<string, void, undefined>