Resend.Error (resend v0.4.0)

Castable module for returning structured errors from the Resend API.

Link to this section Summary

Link to this section Types

@type t() :: %Resend.Error{
  message: String.t(),
  name: String.t(),
  status_code: integer()
}