Discuss this help topic in SecureBlackbox Forum
Specifies the error code.
Declaration
[VB.NET]
Property FaultCode As String
[Pascal]
property FaultCode : XMLString;
[C++]
void get_FaultCode(sb_u16string &OutResult);
void get_FaultCode(std::wstring &OutResult);
void set_FaultCode(const sb_u16string &Value);
void set_FaultCode(const std::wstring &Value);
[PHP]
string get_FaultCode()
void set_FaultCode(string $Value)
[Java]
String getFaultCode();
void setFaultCode(String Value);
Description
This property specifies the error code.
Discuss this help topic in SecureBlackbox Forum