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:
Nathan.fooo
2023-06-08 14:20:31 +08:00
committed by GitHub
parent 6e27d551d9
commit 37547a6485
9 changed files with 63 additions and 57 deletions

View File

@ -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 {