This method of the Errors class contains the following signatures:
getItem(int n)
getItem(java.lang.String s)
Retrieves a specific member of an Errors, Fields, Parameters, or Properties collection by ordinal number.
public com.ms.wfc.data.Error getItem(int n);
n | An integer representing the ordinal number of the collection member. |
Retrieves a specific member of an Errors, Fields, Parameters, or Properties collection by name.
public com.ms.wfc.data.Error getItem(java.lang.String s);
s | A string representing the name of the collection member. |