Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an error code and error message for failed queued messages #920

Closed
ikbalkaya opened this issue Feb 23, 2023 · 1 comment · Fixed by #922
Closed

Provide an error code and error message for failed queued messages #920

ikbalkaya opened this issue Feb 23, 2023 · 1 comment · Fixed by #922
Assignees
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@ikbalkaya
Copy link
Contributor

The code below creates an empty error info when a pending message fails. It must also contain a convenient code and message (check spec and other SDKs)

queuedMessage.listener.onError(new ErrorInfo());

@sync-by-unito
Copy link

sync-by-unito bot commented Feb 23, 2023

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3418

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

Successfully merging a pull request may close this issue.

1 participant