Documentation TYPO3 par Ameos |
Public Member Functions | |
soap_fault ($faultcode, $faultactor='', $faultstring='', $faultdetail='') | |
serialize () | |
Public Attributes | |
$faultcode | |
$faultactor | |
$faultstring | |
$faultdetail |
Definition at line 911 of file class.nusoap.php.
soap_fault::soap_fault | ( | $ | faultcode, | |
$ | faultactor = '' , |
|||
$ | faultstring = '' , |
|||
$ | faultdetail = '' | |||
) |
constructor
string | $faultcode (client | server) | |
string | $faultactor only used when msg routed between multiple actors | |
string | $faultstring human readable error message | |
mixed | $faultdetail detail, typically a string or array of string |
Definition at line 945 of file class.nusoap.php.
References $faultactor, $faultcode, $faultdetail, and $faultstring.
soap_fault::serialize | ( | ) |
serialize a fault
Definition at line 959 of file class.nusoap.php.
References nusoap_base::serialize_val().