Packages

A wrapper for ZeptoMail's transactional email API

Current section

Files

Jump to
zeptomail include zeptomail_ApiError.hrl
Raw

include/zeptomail_ApiError.hrl

-record(api_error, {
code :: binary(),
message :: binary(),
details :: list(zeptomail:api_error_detail())
}).