The error class exposed by the SDK, users can get detailed error information according to the error.
More...
#include <ObTypes.h>
|
| 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.
Definition at line 117 of file ObTypes.h.
◆ status
Describe the status code of the error, as compatible with previous customer status code requirements.
Definition at line 118 of file ObTypes.h.
◆ message
| char ob_error::message[256] |
Describe the detailed error log.
Definition at line 119 of file ObTypes.h.
◆ function
| char ob_error::function[256] |
Describe the name of the function where the error occurred.
Definition at line 120 of file ObTypes.h.
◆ args
Describes the parameters passed to the function when an error occurs. Used to check whether the parameter is wrong.
Definition at line 121 of file ObTypes.h.
◆ exception_type
The description is the specific error type of the SDK.
Definition at line 122 of file ObTypes.h.
The documentation for this struct was generated from the following file:
- E:/jenkins/workspace/OrbbecSDK/build_sdk/OpenOrbbecSDK/include/libobsensor/h/ObTypes.h