Searched refs:IJR_Error (Results 1 – 3 of 3) sorted by relevance
| /plugin/jsonrpc/ |
| D | jsonrpc.php | 77 … return new IJR_Error(-32603, 'server error. not authorized to call method "'.$methodname.'".'); 100 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'); 233 return new IJR_Error(1, 'You are not allowed to list media files.'); 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'); [all …]
|
| D | IJR_Server.php | 84 …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')) {
|
| D | IJR_Error.php | 8 class IJR_Error { class 11 function IJR_Error($code, $message) { function in IJR_Error
|