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 10:56:57 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/rust-lib/flowy-error/src/impl_from/reqwest.rs

10 lines
185 B
Rust
Raw Normal View History

Feat/http server adapt (#1754)
2023-01-30 11:11:19 +08:00
use reqwest::Error;
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
use crate::FlowyError;
Feat/http server adapt (#1754)
2023-01-30 11:11:19 +08:00
impl std::convert::From<reqwest::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: 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::http().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
}
Feat/http server adapt (#1754)
2023-01-30 11:11:19 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 561ms Template: 12ms
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