Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

Error converting value "generating" to type 'CakeMail.RestClient.Models.LogType' #59

Closed Jericho closed 5 years ago

Jericho commented 5 years ago

When retrieving the logs for a given trigger, I am getting an exception due to the fact that the response contains "action":"generating" but 'generating' is not a value in the LogType enum.

This is the exact same issue reported in #58.