From eaf7c01776d820bad2b306ffefd93362b3194522 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 26 Feb 2006 16:23:16 +0000 Subject: Add definition for error hierachy --- hcid/dbus-api.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 516c372e..0a6781b1 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -4,6 +4,27 @@ D-Bus API description for BlueZ Copyright (C) 2004-2006 Marcel Holtmann +Error hierachy +============== + +Interface org.bluez.Error + +Errors UnknownError + + An unknown error occured. The error messages is + taken from the strerror(errno) function. + + OutOfMemory + + Error returned when a memory allocation via malloc() + fails. This error is similar to ENOMEM. + + NoSuchDevice + + Error returned when the requested device doesn't + exists. This error is similar to ENODEV. + + Manager hierarchy ================= -- cgit