diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-10 23:26:43 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-10 23:26:43 +0000 |
commit | 4eb7d74b3990230b8acc010d9612ebd1de9fbbf0 (patch) | |
tree | fc71ace3fb9eb5605be8847b791a26aaf6a4636c /hcid/dbus-api.txt | |
parent | ca04d1a38b3354d78694c524795151f00108d3a9 (diff) |
Add error for non implemented methods
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index d6f31bef..b8bc5eb1 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -43,6 +43,11 @@ Errors Failed Error returned when the argument list is invalid or out of specification for the method. + NotImplemented + + Error returned when the called method has not been + implemented. + NotAuthorized Error returned when the caller of a method is not |