mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: init flowy document 2 (#2248)
* feat: init flowy document 2 * feat: convert inner document to document PB * feat: integrate colla document into Flutter * feat: integrate colla document into tauri * fix: cargo clippy
This commit is contained in:
@ -189,6 +189,9 @@ pub enum ErrorCode {
|
||||
|
||||
#[error("Only the date type can be used in calendar")]
|
||||
UnexpectedCalendarFieldType = 61,
|
||||
|
||||
#[error("Document Data Invalid")]
|
||||
DocumentDataInvalid = 62,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
Reference in New Issue
Block a user