Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-07-27 19:11:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/rust-lib/flowy-error/src/impl_from/serde.rs

8 lines
180 B
Rust
Raw Normal View History

refactor errors
2021-12-14 18:04:51 +08:00
use crate::FlowyError;
impl std::convert::From<serde_json::Error> for FlowyError {
feat: run rustfmt with custom defined fmt configuration (#1848) * chore: update rustfmt * chore: apply rustfmt format
2023-02-13 09:29:49 +08:00
fn from(error: serde_json::Error) -> Self {
chore: optimize the UI if fail to open the workspace (#3246) * chore: async load user profile * chore: enable reset workspace * chore: add confirm dialog
2023-08-22 00:19:15 +08:00
FlowyError::serde().with_context(error)
feat: run rustfmt with custom defined fmt configuration (#1848) * chore: update rustfmt * chore: apply rustfmt format
2023-02-13 09:29:49 +08:00
}
refactor errors
2021-12-14 18:04:51 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1502ms Template: 83ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API