Packages

Lettermint email backend for sendr.

Current section

Files

Jump to
sendr_lettermint include sendr_lettermint_ApiError.hrl
Raw

include/sendr_lettermint_ApiError.hrl

-record(api_error, {
status :: integer(),
code :: gleam@option:option(binary()),
message :: binary()
}).