Packages

Send emails from Gleam with SendGrid

Current section

Files

Jump to
sendgriddle include sendgriddle_SendGridError.hrl
Raw

include/sendgriddle_SendGridError.hrl

-record(send_grid_error, {
id :: gleam@option:option(binary()),
errors :: list(sendgriddle:error_object())
}).