NIM SDK API  9.0.0
Public Types | Public Attributes | List of all members
nim::Global::SDKDBErrorInfo Struct Reference

Public Types

enum  DBOperation { kNIMDBOperationInsert = 0x0001, kNIMDBOperationRead = 0x0002, kNIMDBOperationUpdate = 0x0004, kNIMDBOperationDelete = 0x0008 }
 

Public Attributes

std::string db_name_
 
int error_code_
 
int operation_
 
std::string description_
 
std::string attach_
 

Member Enumeration Documentation

◆ DBOperation

Enumerator
kNIMDBOperationInsert 

写操作

kNIMDBOperationRead 

读操作

kNIMDBOperationUpdate 

更新操作

kNIMDBOperationDelete 

删除操作


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