libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

LibuavcanErrorException Class Reference

LibuavcanErrorException Class Reference

This type is thrown when a Libuavcan API method exits with error. More...

#include <exception.hpp>

Inherits uavcan_linux::Exception.

Public Member Functions

int getErrno () const
 Returns standard UNIX errno value captured at the moment when this exception object was constructed.

Detailed Description

This type is thrown when a Libuavcan API method exits with error.

The error code is stored in the exception object and is avialable via getLibuavcanErrorCode().

Definition at line 42 of file exception.hpp.


Member Function Documentation

int getErrno (  ) const [inherited]

Returns standard UNIX errno value captured at the moment when this exception object was constructed.

Definition at line 35 of file exception.hpp.