LABKEY.Query.insertRows call onSuccess when not actually successful

LabKey Support Forum (Inactive)
LABKEY.Query.insertRows call onSuccess when not actually successful Matthew Bellew  2010-06-08 15:23
Status: Closed
 
One problem is that insertRows() uses the errorCallback function not failureCallback. That might cause some confusion.

I see that the ClientAPI is not consistent about using errorCallback or failureCallback. We need to pick one and be consistent.