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.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

DetailedError 0

...

...

DetailedError 1

...

...

DetailedError m

...

...