looker-open-source / actions

MIT License
62 stars 103 forks source link

Adds error messages to response object for sendgrid action. #587

Closed ehdunbar closed 6 months ago

ehdunbar commented 6 months ago

Previously we were throwing with an error message but the ActionContainer was not picking up the errors clearly in the logs. This changes that so on error we return the object the container expects with associtated success=false and error message.