![]() |
OrbbecSDK
1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
|
Error handling related functions, mainly used to obtain error messages. More...
#include "ObTypes.h"
Go to the source code of this file.
Functions | |
ob_status | ob_error_status (ob_error *error) |
Get error status. More... | |
const char * | ob_error_message (ob_error *error) |
Get error information. More... | |
const char * | ob_error_function (ob_error *error) |
Get error API function name. More... | |
const char * | ob_error_args (ob_error *error) |
Get error parameters. More... | |
ob_exception_type | ob_error_exception_type (ob_error *error) |
Get error exception type. More... | |
void | ob_delete_error (ob_error *error) |
Delete the error object. More... | |
Error handling related functions, mainly used to obtain error messages.
Definition in file Error.h.
Get error status.
[in] | error | Error object |
const char* ob_error_message | ( | ob_error * | error | ) |
Get error information.
[in] | error | Error object |
const char* ob_error_function | ( | ob_error * | error | ) |
Get error API function name.
[in] | error | Error object |
const char* ob_error_args | ( | ob_error * | error | ) |
Get error parameters.
[in] | error | Error object |
ob_exception_type ob_error_exception_type | ( | ob_error * | error | ) |
Get error exception type.
[in] | error | Error object |
void ob_delete_error | ( | ob_error * | error | ) |
Delete the error object.
[in] | error | The error object to delete |