From 4eb7d74b3990230b8acc010d9612ebd1de9fbbf0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 10 Mar 2006 23:26:43 +0000 Subject: Add error for non implemented methods --- hcid/dbus-api.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit