Are there any generated messages?
(self)
| 967 | return sum(len(x) for x in self.error_info_map.values()) |
| 968 | |
| 969 | def is_errors(self) -> bool: |
| 970 | """Are there any generated messages?""" |
| 971 | return bool(self.error_info_map) |
| 972 | |
| 973 | def is_blockers(self) -> bool: |
| 974 | """Are the any errors that are blockers?""" |