mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Return with InvalidStateError if a Bluetooth id is not cached.
This commit is contained in:
parent
dae007fd16
commit
11dbb7120f
19 changed files with 28 additions and 66 deletions
|
@ -20,6 +20,7 @@ pub enum BluetoothError {
|
|||
NotFound,
|
||||
NotSupported,
|
||||
Security,
|
||||
InvalidState,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Serialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue