mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: bump up collab (#2740)
* chore: update collab version * chore: log the error when open collab db * chore: add log
This commit is contained in:
@ -199,6 +199,9 @@ pub enum ErrorCode {
|
||||
|
||||
#[error("Missing auth field")]
|
||||
MissingAuthField = 65,
|
||||
|
||||
#[error("Only one application can access the database")]
|
||||
MultipleDBInstance = 66,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
Reference in New Issue
Block a user