From e74e018e5b5c81284e748d7c0c3df75448998a9e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 30 Jun 2009 13:34:08 -0700 Subject: [PATCH] Fix error code for invalid or unknown properties --- doc/device-api.txt | 2 +- doc/manager-api.txt | 2 +- doc/network-api.txt | 2 +- doc/service-api.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index af14f32f..72070c3b 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -20,7 +20,7 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty void JoinNetwork(dict network) diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 8eb2262e..e864a83a 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -20,7 +20,7 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty object AddProfile(string name) diff --git a/doc/network-api.txt b/doc/network-api.txt index 1bb0f22f..96fe20fc 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -20,7 +20,7 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty Signals PropertyChanged(string name, variant value) diff --git a/doc/service-api.txt b/doc/service-api.txt index 0798f370..68661373 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -20,14 +20,14 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty void ClearProperty(string name) Clears the value of the specified property. Possible Errors: [service].Error.InvalidArguments - [service].Error.DoesNotExist + [service].Error.InvalidProperty void Connect() -- 2.34.1