mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
add interrupt error variant
This commit is contained in:
parent
d6ee4a168b
commit
47bea6ae94
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ pub enum LimboError {
|
|||
ReadOnly,
|
||||
#[error("Database is busy")]
|
||||
Busy,
|
||||
#[error("interrupt")]
|
||||
Interrupt,
|
||||
#[error("Conflict: {0}")]
|
||||
Conflict(String),
|
||||
#[error("Database schema changed")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue