Discuss this help topic in SecureBlackbox Forum
The number of faults in the server response.
Declaration
[VB.NET]
Property FaultCount As Integer
[Pascal]
property FaultCount : Integer;
[C++]
int32_t get_FaultCount();
[PHP]
integer get_FaultCount()
[Java]
int getFaultCount();
Description
This property returns the number of faults parsed from the response message.
Discuss this help topic in SecureBlackbox Forum