
# PQGetBatchErrorCount
#### 功能描述
获取BatchErrorMode批量请求的错误条数。
#### 原型
```
int PQGetBatchErrorCount(PGresult* result);
```
#### 参数
表1PQGetBatchErrorCount参数 
| **关键字** | **参数说明**                       |
|:---|:---|
| result  | PQexecPreparedBatchEx的执行结果返回值。 |
   
#### 返回值
int类型数据。
