Skip to content

Commit 915ec2f

Browse files
committed
Update index.md
1 parent 45151cb commit 915ec2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/api/errors/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ This section describes the custom errors whose components are returned by the pa
1212

1313
<table>
1414
<thead>
15-
<tr>
1615
<th style="text-align: left;">Error number</th>
1716
<th style="text-align: left;">Error description</th>
1817
<th style="text-align: left;">Error source</th>
19-
</tr>
2018
</thead>
2119
<tbody>
2220
<tr>
@@ -96,18 +94,22 @@ This section describes the custom errors whose components are returned by the pa
9694
<tr>
9795
<td style="text-align: left;"><em>-2147212482</em></td>
9896
<td style="text-align: left;">[CSV Fields Merge]: Cannot merge the fields in the current instance. This is because there is no imported data or the records do not have the same number of fields.</td>
97+
<td style="text-align: left;">CSVinterface Class.</td>
9998
</tr>
10099
<tr>
101100
<td style="text-align: left;"><em>-2147212481</em></td>
102101
<td style="text-align: left;">[CSV Field Split]: Cannot split the field in the current instance. This is because there is no imported data or the records do not have the same number of fields.</td>
102+
<td style="text-align: left;">CSVinterface Class.</td>
103103
</tr>
104104
<tr>
105105
<td style="text-align: left;"><em>-2147212480</em></td>
106106
<td style="text-align: left;">[CSV Field Shift: Cannot shift the field in the current instance. This is because there is no imported data or the records do not have the same number of fields.</td>
107+
<td style="text-align: left;">CSVinterface Class.</td>
107108
</tr>
108109
<tr>
109110
<td style="text-align: left;"><em>-2147212479</em></td>
110111
<td style="text-align: left;">[CSV Field Shift: Cannot shift the record in the current instance. This is because there is no imported data or the records do not have the same number of fields.</td>
112+
<td style="text-align: left;">CSVinterface Class.</td>
111113
</tr>
112114
</tbody>
113115
</table>

0 commit comments

Comments
 (0)