class ElasticAPM::Serializers::Errors

def build_all(errors)

def build_all(errors)
  { errors: Array(errors).map(&method(:build)) }
end