ob_exception_type ob_error_exception_type(ob_error *error)
Get error exception type.
Provide structs commonly used in the SDK, enumerating constant definitions.
const char * ob_error_message(ob_error *error)
Get error information.
enum OBExceptionType ob_exception_type
const char * ob_error_args(ob_error *error)
Get error parameters.
const char * ob_error_function(ob_error *error)
Get error API function name.
ob_status ob_error_status(ob_error *error)
Get error status.
void ob_delete_error(ob_error *error)
Delete the error object.
The error class exposed by the SDK, users can get detailed error information according to the erro...