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
Error converting value "rejected" to type 'MessageBird.Objects.Conversations.ConversationMessageStatus'. Path 'items[1].status', line 1, position 1187.
Because response contains a message with status = 'rejected', as 'rejected' is missing in public enum ConversationMessageStatus.
Please fix asap!
The text was updated successfully, but these errors were encountered:
During a call with the client to:
messageBirdClient.ListConversationMessages(conversationId);
got error
Error converting value "rejected" to type 'MessageBird.Objects.Conversations.ConversationMessageStatus'. Path 'items[1].status', line 1, position 1187.
Because response contains a message with status = 'rejected', as 'rejected' is missing in public enum ConversationMessageStatus.
Please fix asap!
The text was updated successfully, but these errors were encountered: