class Herb::ParseResult

def failed?

def failed?
  errors.any? || value.errors.any? # TODO: this should probably be recursive
end