Skip to content

Support for displaying errors? #11

@AlexanderDorofeev

Description

@AlexanderDorofeev

Hi Maxim,
I've found this project helpfull for giving user feedback on controls when reading data takes some time. But we know, that sometimes operation may fail due to number of reasons. And we should give user a feedback in this situation too.
Have you considered changing operation lifecycle like this:
Start=>Run=>Fail=>Restart ?
You can add error control similar to loding-indicator controls with error information and retry\cancel buttons. But I don't have any good thought on how to give consumer a control flow after failure except making fail method async, cos flow should be released when user clicks one of the buttons. Currently start\stop methods are just voids, so public interface of the class will be weirid.
What do you think about that?

Thank you
Alex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions