openthread-br  0.3.0-72c0388
Namespaces | Enumerations | Functions
error.hpp File Reference
#include <string>
#include <dbus/dbus.h>

Go to the source code of this file.

Namespaces

 otbr::DBus
 This namespace contains OpenThread Border Router DBus API.
 

Enumerations

enum  otbr::DBus::ClientError {
  otbr::DBus::ClientError::ERROR_NONE = 0, otbr::DBus::ClientError::ERROR_ERRNO = -1, otbr::DBus::ClientError::ERROR_DBUS = -3, otbr::DBus::ClientError::OT_ERROR_FAILED = 1,
  otbr::DBus::ClientError::OT_ERROR_DROP = 2, otbr::DBus::ClientError::OT_ERROR_NO_BUFS = 3, otbr::DBus::ClientError::OT_ERROR_NO_ROUTE = 4, otbr::DBus::ClientError::OT_ERROR_BUSY = 5,
  otbr::DBus::ClientError::OT_ERROR_PARSE = 6, otbr::DBus::ClientError::OT_ERROR_INVALID_ARGS = 7, otbr::DBus::ClientError::OT_ERROR_SECURITY = 8, otbr::DBus::ClientError::OT_ERROR_ADDRESS_QUERY = 9,
  otbr::DBus::ClientError::OT_ERROR_NO_ADDRESS = 10, otbr::DBus::ClientError::OT_ERROR_ABORT = 11, otbr::DBus::ClientError::OT_ERROR_NOT_IMPLEMENTED = 12, otbr::DBus::ClientError::OT_ERROR_INVALID_STATE = 13,
  otbr::DBus::ClientError::OT_ERROR_NO_ACK = 14, otbr::DBus::ClientError::OT_ERROR_CHANNEL_ACCESS_FAILURE = 15, otbr::DBus::ClientError::OT_ERROR_DETACHED = 16, otbr::DBus::ClientError::OT_ERROR_FCS = 17,
  otbr::DBus::ClientError::OT_ERROR_NO_FRAME_RECEIVED = 18, otbr::DBus::ClientError::OT_ERROR_UNKNOWN_NEIGHBOR = 19, otbr::DBus::ClientError::OT_ERROR_INVALID_SOURCE_ADDRESS = 20, otbr::DBus::ClientError::OT_ERROR_ADDRESS_FILTERED = 21,
  otbr::DBus::ClientError::OT_ERROR_DESTINATION_ADDRESS_FILTERED = 22, otbr::DBus::ClientError::OT_ERROR_NOT_FOUND = 23, otbr::DBus::ClientError::OT_ERROR_ALREADY = 24, otbr::DBus::ClientError::OT_ERROR_IP6_ADDRESS_CREATION_FAILURE = 26,
  otbr::DBus::ClientError::OT_ERROR_NOT_CAPABLE = 27, otbr::DBus::ClientError::OT_ERROR_RESPONSE_TIMEOUT = 28, otbr::DBus::ClientError::OT_ERROR_DUPLICATED = 29, otbr::DBus::ClientError::OT_ERROR_REASSEMBLY_TIMEOUT = 30,
  otbr::DBus::ClientError::OT_ERROR_NOT_TMF = 31, otbr::DBus::ClientError::OT_ERROR_NOT_LOWPAN_DATA_FRAME = 32, otbr::DBus::ClientError::OT_ERROR_LINK_MARGIN_LOW = 34, otbr::DBus::ClientError::OT_ERROR_REJECTED = 37,
  otbr::DBus::ClientError::OT_ERROR_GENERIC = 255
}
 

Functions

bool otbr::DBus::operator== (ClientError aError, int aValue)
 
bool otbr::DBus::operator!= (ClientError aError, int aValue)
 

Detailed Description

This file includes definitions for d-bus client errors.