Home
last modified time | relevance | path

Searched refs:faultCode (Results 1 – 5 of 5) sorted by relevance

/plugin/bugzillaxmlrpc/
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);
172 …list($error, $faultString, $faultCode, $id, $summary, $dependson, $product, $creation_ts, $bug_sta…
174 …ugs[] = array('error' => 1, 'faultString' => $faultString, 'faultCode' => $faultCode, 'id' => $id);
[all …]
/plugin/jsonrpc/
DIJR_Message.php20 var $faultCode; variable in IJR_Message
57 $this->faultCode = $this->params[0]['faultCode'];
DIJR_Server.php225 'faultCode' => $result->code,
/plugin/eventum/
Dclass.Eventum_RPC.php128 if (is_object($result) && $result->faultCode()) {
/plugin/eventum/XML/
DRPC.php1069 function faultCode() function in XML_RPC_Response