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
When there is a message with a rejected status, the GET /v1/messages/:id endpoint returns an error substructure with a detailed error description as you can see in the screenshot below:
Unfortunately, the error substructure is not available in the Go client conversation.Message payload:
When there is a message with a
rejected
status, theGET /v1/messages/:id
endpoint returns anerror
substructure with a detailed error description as you can see in the screenshot below:Unfortunately, the
error
substructure is not available in the Go clientconversation.Message
payload:go-rest-api/conversation/message.go
Line 84 in e0a41ed
Is this missing, or is there another recommended method of retrieving the error details using the Go client?
The text was updated successfully, but these errors were encountered: