def apply()

in src/main/scala/com/gu/flexible/snapshotter/model/Attempt.scala [147:149]


  def apply(errors: scala.collection.Seq[AttemptError]): AttemptErrors = {
    AttemptErrors(errors.toList)
  }