FamilyTree::getErrors - jcobban/Genealogy GitHub Wiki
$tree->getErrors()
Up: class FamilyTree
The method returns a string containing messages explaining why the object was not created. If the object was successfully initialized from the database this is an empty string. This is implemented to match the interface of class Record.
Next: $tree->dump($title)