LemmyNet / lemmy

🐀 A link aggregator and forum for the fediverse

Home Page:https://join-lemmy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert `Result<..., LemmyError>` into `LemmyResult<...>`

dessalines opened this issue · comments

Requirements

  • Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a feature request? Do not put multiple feature requests in one issue.
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
  • Do you agree to follow the rules in our Code of Conduct?

Is your proposal related to a problem?

I've found a lot of redundant LemmyErrors, and I'm converting them to LemmyResult<....>

Describe the solution you'd like.

PR coming shortly.

Describe alternatives you've considered.

NA

Additional context

NA