Class: soap_fault
Source Location: /lodel/scripts/nusoap.php
Class soap_fault
Class Overview
|
soap_fault class, allows for creation of faults mainly used for returning faults from deployed functions in a server instance.
Located in /lodel/scripts/nusoap.php [line 744]
nusoap_base
|
--soap_fault
Author(s):
API Tags:
Information Tags:
| Version: | $Id: nusoap.php 3705 2006-09-14 16:06:29Z cenou $ |
|
Properties
|
Methods
|
Inherited Properties, Constants, and Methods
Methods
soap_fault soap_fault(
string
$faultcode, [string
$faultactor = ''], [string
$faultstring = ''], [string
$faultdetail = '']
)
|
|
constructor
Parameters:
|
string |
$faultcode: |
(client | server) |
|
string |
$faultactor: |
only used when msg routed between multiple actors |
|
string |
$faultstring: |
human readable error message |
|
string |
$faultdetail: |
|
serialize a fault
API Tags:
|
|