mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: add custom folder prompt (#3961)
* chore: add custom folder prompt * chore: zip collab db * chore: fix test * chore: add test * chore: fmt * chore: fmt * chore: fmt
This commit is contained in:
@ -197,8 +197,8 @@ pub enum ErrorCode {
|
||||
#[error("Missing auth field")]
|
||||
MissingAuthField = 65,
|
||||
|
||||
#[error("Only one application can access the database")]
|
||||
MultipleDBInstance = 66,
|
||||
#[error("Rocksdb IO error")]
|
||||
RocksdbIOError = 66,
|
||||
|
||||
#[error("Document id is empty")]
|
||||
DocumentIdIsEmpty = 67,
|
||||
@ -256,6 +256,12 @@ pub enum ErrorCode {
|
||||
|
||||
#[error("Not support yet")]
|
||||
NotSupportYet = 85,
|
||||
|
||||
#[error("rocksdb corruption")]
|
||||
RocksdbCorruption = 86,
|
||||
|
||||
#[error("rocksdb internal error")]
|
||||
RocksdbInternal = 87,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
Reference in New Issue
Block a user