#include <Error.hpp>
|
| Error (std::unique_ptr< ErrorImpl > impl) noexcept |
|
| Error (const Error &error) noexcept |
|
| ~Error () noexcept |
|
const char * | getMessage () const noexcept |
| Obtain detailed error logs of SDK internal exceptions. More...
|
|
OBExceptionType | getExceptionType () const noexcept |
| Get the exception type of the error, and determine which module is abnormal. More...
|
|
const char * | getName () const noexcept |
| Get the name of the error function. More...
|
|
const char * | getArgs () const noexcept |
| Get the parameter passed in to the error interface. More...
|
|
Definition at line 18 of file Error.hpp.
ob::Error::Error |
( |
std::unique_ptr< ErrorImpl > |
impl | ) |
|
|
noexcept |
ob::Error::Error |
( |
const Error & |
error | ) |
|
|
noexcept |
const char* ob::Error::getMessage |
( |
| ) |
const |
|
noexcept |
Obtain detailed error logs of SDK internal exceptions.
Get the exception type of the error, and determine which module is abnormal.
- Returns
- OBExceptionType
const char* ob::Error::getName |
( |
| ) |
const |
|
noexcept |
Get the name of the error function.
const char* ob::Error::getArgs |
( |
| ) |
const |
|
noexcept |
Get the parameter passed in to the error interface.
The documentation for this class was generated from the following file:
- /root/libobsensor/include/libobsensor/hpp/Error.hpp