MillionSend.Emails.BatchResponse (MillionSend v0.6.0)

Copy Markdown View Source

The result of a permissive MillionSend.Emails.send_batch/3: data holds the accepted emails (id only) and errors the rejected items by request index.

Summary

Types

t()

@type t() :: %MillionSend.Emails.BatchResponse{
  data: [MillionSend.Emails.Email.t()],
  errors: [MillionSend.BatchError.t()]
}