class ViewModel::AbstractError

def aggregation?

Some types of error may be aggregations over multiple causes
def aggregation?
  false
end