View Source Resend.Error (resend v0.4.4)

Castable module for returning structured errors from the Resend API.

Summary

Types

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