Searched refs:faultString (Results 1 – 5 of 5) sorted by relevance
/plugin/bugzillaxmlrpc/ |
H A D | syntax.php | 109 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 …$data_bugs[] = array('error' => 1, 'faultString' => $faultString, 'faultCode' => $faultCode, 'id' … 174 …$data_bugs[] = array('error' => 1, 'faultString' => $faultString, 'faultCode' => $faultCode, 'id' … 178 … $data_bugs[0] = array('error' => 0, 'faultString' => $faultString, 'faultCode' => $faultCode, [all …]
|
/plugin/jsonrpc/ |
H A D | IJR_Message.php | 21 var $faultString; variable in IJR_Message 58 $this->faultString = $this->params[0]['faultString'];
|
H A D | IJR_Server.php | 226 'faultString' => $result->message
|
/plugin/eventum/ |
H A D | class.Eventum_RPC.php | 129 throw new Eventum_RPC_Exception($result->faultString());
|
/plugin/eventum/XML/ |
H A D | RPC.php | 1081 function faultString() function in XML_RPC_Response
|