Packages

Send emails from Gleam with SendGrid

Current section

Files

Jump to
sendgriddle include sendgriddle_ErrorObject.hrl
Raw

include/sendgriddle_ErrorObject.hrl

-record(error_object, {
message :: binary(),
field :: gleam@option:option(binary()),
help :: gleam@option:option(binary())
}).