2.2.1.17 TableDetailedErrorArray
The TableDetailedErrorArray structure represents an unordered collection of one or more detailed errors that contributed to a partial failure in a read from a table (see section 3.1.4.8.1) or a failure in a write to a table (see section 3.1.4.9.1).
TableDetailedErrorArray is a custom-marshaled type that is returned in a char** parameter. A TableDetailedErrorArray structure is marshaled as an array of one or more TableDetailedError (section 2.2.1.16) structures, the order of which is not significant.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DetailedError (variable) |
|||||||||||||||||||||||||||||||
... |
DetailedError (variable): One or more TableDetailedError structures, marshaled as specified in section 2.2.1.16.
-
0
1
2
3
4
5
6
7
8
91
0
1
2
3
4
5
6
7
8
92
0
1
2
3
4
5
6
7
8
93
0
1DetailedError 0
...
...
DetailedError 1
...
...
DetailedError m
...
...