OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
The error class exposed by the SDK, users can get detailed error information according to the error. More...
#include <ObTypes.h>
Public Attributes | |
ob_status | status |
Describe the status code of the error, as compatible with previous customer status code requirements. | |
char | message [256] |
Describe the detailed error log. | |
char | function [256] |
Describe the name of the function where the error occurred. | |
char | args [256] |
Describes the parameters passed to the function when an error occurs. Used to check whether the parameter is wrong. | |
ob_exception_type | exception_type |
The description is the specific error type of the SDK. | |
The error class exposed by the SDK, users can get detailed error information according to the error.
ob_status ob_error::status |
char ob_error::message[256] |
Describe the detailed error log.
Definition at line 113 of file ObTypes.h.
Referenced by ob::Error::getMessage(), and ob::Error::what().
char ob_error::function[256] |
Describe the name of the function where the error occurred.
Definition at line 114 of file ObTypes.h.
Referenced by ob::Error::getFunction(), and ob::Error::getName().
char ob_error::args[256] |
Describes the parameters passed to the function when an error occurs. Used to check whether the parameter is wrong.
Definition at line 115 of file ObTypes.h.
Referenced by ob::Error::getArgs().
ob_exception_type ob_error::exception_type |
The description is the specific error type of the SDK.
Definition at line 116 of file ObTypes.h.
Referenced by ob::Error::getExceptionType().