PSClientError Members
Include Protected Members
Include Inherited Members
Contains information about a SOAP exception for a PSI method.
The PSClientError type exposes the following members.
Constructors
Name
Description
Top
Properties
Name
Description
Number of errors reported by the PSClientError object.
Specifies whether any errors reported by the PSClientError object are array errors for the PSI method.
Specifies whether any errors reported by the PSClientError object are DataSet errors for the PSI method.
Specifies whether the PSClientError object contains any errors from a PSI call.
Specifies whether the PSClientError object contains any general errors from a PSI call.
Gets the last error set in a SOAP exception for a PSI method call.
Top
Methods
Name
Description
(Inherited from Object.)
(Inherited from Object.)
Gets an array of PSErrorInfo objects describing all current errors.
Gets an array of PSErrorInfo objects describing all current general errors of all classes.
Gets an array of PSErrorInfo objects describing each error on the specified array item in a SOAP exception for a PSI method call.
Gets the names of arrays the PSClientError object contains for a PSI method call.
Gets the names of datasets that contain errors for a PSI method call.
Gets an array containing all the items which were set as error items in a SOAP exception for a PSI method call.
GetErrorArray(String, List<[]>)
Gets an array containing all the items which were set as error items in a SOAP exception for a PSI method call.
Gets the specified DataSet that contains all tables and rows which have had errors previously set for a PSI method call.
GetErrorDataSet(String, List<[]>)
Gets a DataSet that contains all tables and rows which have had errors previously set for a PSI method call.
(Inherited from Object.)
Gets an array of PSErrorInfo objects which contain all the error information about errors on the specified DataRow.
(Inherited from Object.)
(Inherited from Object.)
(Inherited from Object.)
Top
Fields
Name
Description
Name of the column added to the error DataSet if a List<PSErrorInfo[]> of PSErrorInfo objects is requested.
Top