Lines Matching full:error
117 $this->addErrorData($return); // handles non-error info
122 * Create an error response
135 * Depending on the requested version, add error data to the response
144 // error occured, add to response
145 $response['error'] = [
150 // no error, act according to version
153 $response['error'] = null;
156 $response['error'] = [
161 // version 2 wants no error at all
180 … throw new RemoteException("server error. not authorized to call method $methodname", -32603);
183 … throw new RemoteException("server error. forbidden to call the method $methodname", -32604);