The Error class of the com.ms.wfc.data package encapsulates the ADO Error object, which represents a provider error.
public class Error { // Methods public String getDescription(); public int getNativeError(); public int getNumber(); public String getSource(); public String getSQLState(); }