[X] Did you check to see if this issue already exists?
[X] Is this only a feature request? Do not put multiple feature requests in one issue.
[X] Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
[X] Do you agree to follow the rules in our Code of Conduct?
Is your proposal related to a problem?
There are many error types in LemmyErrorType which aren't displayed to the user, only in console logs, such as the federation-specific errors. Its pointless to translate them, since they aren't shown in UIs.
Describe the solution you'd like.
Go through the federation code and change the errors to a single string-type one.
Requirements
Is your proposal related to a problem?
There are many error types in
LemmyErrorType
which aren't displayed to the user, only in console logs, such as the federation-specific errors. Its pointless to translate them, since they aren't shown in UIs.Describe the solution you'd like.
Go through the federation code and change the errors to a single string-type one.
Describe alternatives you've considered.
NA
Additional context
https://github.com/LemmyNet/lemmy/pull/4922#discussion_r1696571670