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