Home
last modified time | relevance | path

Searched refs:IJR_Error (Results 1 – 3 of 3) sorted by path

/plugin/jsonrpc/
H A DIJR_Error.php8 class IJR_Error { class
11 function IJR_Error($code, $message) { function in IJR_Error
H A DIJR_Server.php84 …return new IJR_Error(-32601, 'server error. requested class method "'.$method.'" does not exist.');
101 return new IJR_Error(-99999, 'server error');
110 … return new IJR_Error(-32601, 'server error. requested function "'.$method.'" does not exist.');
120 … return new IJR_Error(-32601, 'server error. requested method '.$methodname.' does not exist.');
146 $error = new IJR_Error($error, $message);
223 if (is_a($result, 'IJR_Error')) {
H A Djsonrpc.php100 return new IJR_Error(1, 'You are not allowed to read this page');
127 return new IJR_Error(1, 'You are not allowed to read this file');
131 return new IJR_Error(1, 'The requested file does not exist');
156 return new IJR_Error(1, 'You are not allowed to read this page');
163 return new IJR_Error(1, 'You are not allowed to read this page');
278 return new IJR_Error(1, 'You are not allowed to read this page');
283 return new IJR_Error(10, 'The requested page does not exist');
309 return new IJR_Error(1, 'Empty page ID');
319 return new IJR_Error(1, 'The page is currently locked');
322 return new IJR_Error(1, 'Positive wordblock check');
[all …]