error property

String error

Implementation

String get error => failures.fold("", (p, n) => "$p${n!.error.toString()}\n");