Home
last modified time | relevance | path

Searched refs:faultCode (Results 1 – 5 of 5) sorted by last modified time

/plugin/eventum/XML/
H A DRPC.php1069 function faultCode() function in XML_RPC_Response
/plugin/eventum/
H A Dclass.Eventum_RPC.php128 if (is_object($result) && $result->faultCode()) {
/plugin/jsonrpc/
H A DIJR_Message.php20 var $faultCode; variable in IJR_Message
57 $this->faultCode = $this->params[0]['faultCode'];
H A DIJR_Server.php225 'faultCode' => $result->code,
/plugin/bugzillaxmlrpc/
H A Dsyntax.php109 return array(1, $response[faultString], $response[faultCode], $id);
112 …list($error, $faultString, $faultCode, $product) = $this->myGetProductInfo($v['internals']['produc…
114 return array(1, $response[faultString], $response[faultCode], $id);
116 return array(0, $response[faultString], $response[faultCode],
144 return array(1, $response[faultString], $response[faultCode]);
145 … return array(0, $response[faultString], $response[faultCode], $response['products'][0]['name']);
164 list($error, $faultString, $faultCode, $id) = $this->myLogin();
166 …ugs[] = array('error' => 1, 'faultString' => $faultString, 'faultCode' => $faultCode, 'id' => $id);
174 …ugs[] = array('error' => 1, 'faultString' => $faultString, 'faultCode' => $faultCode, 'id' => $id);
178 … $data_bugs[0] = array('error' => 0, 'faultString' => $faultString, 'faultCode' => $faultCode,
[all …]