lemmy/crates/apub/src
Nutomic 93225e5ddf
Error enum fixed (#3487)
* Create error type enum

* Replace magic string slices with LemmyErrorTypes

* Remove unused enum

* Add rename snake case to error enum

* Rename functions

* clippy

* Fix merge errors

* Serialize in PascalCase instead of snake_case

* Revert src/lib

* Add serialization tests

* Update translations

* Fix compilation error in test

* Fix another compilation error

* Add code for generating typescript types

* Various fixes to avoid breaking api

* impl From<LemmyErrorType> for LemmyError

* with_lemmy_type

* trigger ci

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-07-10 16:50:07 +02:00
..
activities Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
api Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
collections Remove `actix_rt` & use standard tokio spawn (#3158) 2023-06-26 10:24:11 +02:00
fetcher Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
http Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
objects Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
protocol Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
activity_lists.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
lib.rs Error enum fixed (#3487) 2023-07-10 16:50:07 +02:00
mentions.rs Remove redundant calls to `Iterator::collect` (#3365) 2023-06-28 11:19:26 +02:00