An example of this is when merging collections of values one at a time. The merge function may return an error status on duplicates, but overall the process succeeded, despite there being errors.
Being able to transfer this info to the user through IGenericStatus is necessary.
An example of this is when merging collections of values one at a time. The merge function may return an error status on duplicates, but overall the process succeeded, despite there being errors.
Being able to transfer this info to the user through
IGenericStatusis necessary.