Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Review error handling in method channels #3

Open
ricardobrg opened this issue Dec 13, 2022 · 2 comments
Open

Review error handling in method channels #3

ricardobrg opened this issue Dec 13, 2022 · 2 comments
Assignees

Comments

@ricardobrg
Copy link
Contributor

ricardobrg commented Dec 13, 2022

As a developer user, I want to have useful information about errors.

Flutter method channel handlers should call the error function and pass the error description back to the native platforms.

Since most calls are async, it should get the errors from the futures.

Acceptance criteria:
1 - Errors are passed to the native platforms through the "error" method

@ricardobrg ricardobrg self-assigned this Dec 13, 2022
@ricardobrg
Copy link
Contributor Author

Add a timeout response too.

@ricardobrg ricardobrg transferred this issue from tiki-deprecated/publish-sdk-flutter Apr 19, 2023
@ricardobrg
Copy link
Contributor Author

This issue should be an extension of tiki-deprecated/platform-cmp-trail-endpoint#289 implementation to correctly pass the error messages through the platform channels.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants