Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 474 Bytes

File metadata and controls

14 lines (9 loc) · 474 Bytes

SendMessageFailureReason

The reason for a failure to send an Inbox message:

  • CONFLICTING_SOURCE_ID: A message with the same MessageSourceId already exists.
  • UNKNOWN: The message failed to send due to an unknown conflict.
Value
"CONFLICTING_SOURCE_ID"
"UNKNOWN"

[Back to Model list] [Back to API list] [Back to README]