errors property

Map<String, Object> get errors

Paths that threw errors, with the error objects.

Implementation

Map<String, Object> get errors => Map.unmodifiable(_errors);