Skip to content

Commit

Permalink
feat(tem): add support for mailbox_full error (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Aug 3, 2023
1 parent fffe861 commit 7dfb644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/tem/v1alpha1/tem_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ const (
EmailFlagHardBounce = EmailFlag("hard_bounce")
// Refers to an email considered as spam
EmailFlagSpam = EmailFlag("spam")
// Refers to an email not delivered because the recipient mailbox is full
EmailFlagMailboxFull = EmailFlag("mailbox_full")
)

func (enum EmailFlag) String() string {
Expand Down

0 comments on commit 7dfb644

Please sign in to comment.