ValidationResult.toString

Render the errors as a single string, one per line, each formatted as instanceLocation ~ " " ~ keywordLocation ~ ": " ~ message. Returns the empty string when the instance is valid.

struct ValidationResult
const @safe pure
string
toString
()