From c1bf85ec13617fc08eaecf162fc08d43f217d9a3 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Wed, 18 Mar 2020 15:45:20 +0100 Subject: [PATCH] doc: Fix p2p method error names --- doc/p2p-api.txt | 2 +- doc/p2p-peer-api.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/p2p-api.txt b/doc/p2p-api.txt index cca0f39f..08ee8d92 100644 --- a/doc/p2p-api.txt +++ b/doc/p2p-api.txt @@ -40,7 +40,7 @@ Methods array(on) GetPeers() discovered peer devices to avoid keeping the Wi-Fi adapter occupied unnecessarily. - Possible errors: [service].Error.NotAvailable + Possible errors: [service].Error.NotFound void RegisterSignalLevelAgent(object path, array(int16) levels) diff --git a/doc/p2p-peer-api.txt b/doc/p2p-peer-api.txt index 2245b2e3..f52717aa 100644 --- a/doc/p2p-peer-api.txt +++ b/doc/p2p-peer-api.txt @@ -12,8 +12,8 @@ Methods Disconnect() the net.connman.iwd.SimpleConfiguration interface on the same object -- see wsc-api.txt. - Possible errors: [service].Failed - [service].NotConnected + Possible errors: [service].Error.Failed + [service].Error.NotConnected Properties string Name [readonly]