Packages

A Gleam library for sending emails using Plunk's API (https://useplunk.com), supports Erlang and JavaScript targets.

Current section

Files

Jump to
plunk include plunk@types_ApiError.hrl
Raw

include/plunk@types_ApiError.hrl

-record(api_error, {
code :: integer(),
error :: binary(),
message :: binary(),
time :: integer()
}).