Skip to content

Improve error handling when processing a signature #52

@damiramirez

Description

@damiramirez

We should improve how we handle errors in this section:

if result.is_err() {
info!("Response received for task that was already completed");
// TODO: Review if we need to return an error here
return Ok(());
}

Currently, it doesn’t clearly distinguish whether the error is due to the task being already completed or if it’s caused by another issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions