OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
Public Attributes | List of all members
ob_error Struct Reference

The error class exposed by the SDK, users can get detailed error information according to the erro. More...

#include <ObTypes.h>

Public Attributes

ob_status status
 
char message [256]
 Describe the detailed error log. More...
 
char function [256]
 Describe the name of the function where the error occurred. More...
 
char args [256]
 
ob_exception_type exception_type
 The description is the specific error type of the SDK. More...
 

Detailed Description

The error class exposed by the SDK, users can get detailed error information according to the erro.

Definition at line 142 of file ObTypes.h.

Member Data Documentation

ob_status ob_error::status

Describe the status code of the error, as compatible with previous customer status code requirements

Definition at line 143 of file ObTypes.h.

char ob_error::message[256]

Describe the detailed error log.

Definition at line 145 of file ObTypes.h.

char ob_error::function[256]

Describe the name of the function where the error occurred.

Definition at line 146 of file ObTypes.h.

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 147 of file ObTypes.h.

ob_exception_type ob_error::exception_type

The description is the specific error type of the SDK.

Definition at line 149 of file ObTypes.h.


The documentation for this struct was generated from the following file: