You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it also throws exception PostmarkValidationException. So this is a big inconsistency. If you choose to return status from a method then follow that path or if you choose to throw an exception then do that for all statuses.
The enum Status has UserError and ServerError, move PostmarkValidationException to one of these statuses and remove PostmarkValidationException, this is my suggestion.
The text was updated successfully, but these errors were encountered:
The client.SendMessageAsync method returns
Status enum
but it also throws exception
PostmarkValidationException
. So this is a big inconsistency. If you choose to return status from a method then follow that path or if you choose to throw an exception then do that for all statuses.The enum Status has UserError and ServerError, move PostmarkValidationException to one of these statuses and remove PostmarkValidationException, this is my suggestion.
The text was updated successfully, but these errors were encountered: