parent
62734899e2
commit
d46e721063
15 changed files with 71 additions and 14 deletions
|
@ -7,4 +7,6 @@ var (
|
|||
ErrCharacteristicNotFound = errors.New("Characteristic not found")
|
||||
// ErrCharacteristicNotUpdated when not updated.
|
||||
ErrCharacteristicNotUpdated = errors.New("Characteristic not updated")
|
||||
// ErrCharacteristicNotDeleted when not deleted.
|
||||
ErrCharacteristicNotDeleted = errors.New("Characteristic not deleted")
|
||||
)
|
||||
|
|
Reference in a new issue