Changes between Version 27 and Version 28 of WebRpc
- Timestamp:
- Jan 21, 2009, 10:46:43 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v27 v28 28 28 where N is a BOINC error number and xxx is a textual description. BOINC error numbers are in [source:trunk/boinc/lib/error_numbers.h lib/error_numbers.h]; common errors are: 29 29 30 '''-1''':: 31 Generic error (error_string may have more info) 32 '''-112''':: 33 Invalid XML (e.g., the preferences passed to am_set_info.php are invalid) 34 '''-136''':: 35 Item not found in database (bad ID of any sort, or ID refers to an item not owned by the caller) 36 '''-137''':: 37 Name is not unique (Can't create account because email address already in use, or can't create team because name is in use) 38 '''-138''':: 39 Can't access database (treat same as -183) 40 '''-161''':: 41 Item not found (deprecated; treat same as -136) 42 '''-183''':: 43 Project is temporarily down 44 '''-205''':: 45 Email address has invalid syntax 46 '''-206''':: 47 Wrong password 48 '''-207''':: 49 Non-unique email address (treat same as -137) 50 '''-208''':: 51 Account creation disabled 52 {{{ 53 #!html 54 <font color=blue> 55 }}} 30 '''-1''': Generic error (error_string may have more info) [[BR]] 31 '''-112''': Invalid XML (e.g., the preferences passed to am_set_info.php are invalid) [[BR]] 32 '''-136''': Item not found in database (bad ID of any sort, or ID refers to an item not owned by the caller) [[BR]] 33 '''-137''': Name is not unique. The EMail address or team name is already in use. [[BR]] 34 '''-138''': Can't access database (treat same as -183) [[BR]] 35 '''-161''': Item not found (deprecated; treat same as -136) [[BR]] 36 '''-183''': Project is temporarily down [[BR]] 37 '''-205''': Email address has invalid syntax [[BR]] 38 '''-206''': Wrong password [[BR]] 39 '''-207''': Non-unique email address (treat same as -137) [[BR]] 40 '''-208''': Account creation disabled [[BR]] 41 {{{ 42 #!html 43 <font color=blue> 44 }}} 45 ---- 56 46 == Project configuration == #get_project_config 57 47 {{{ … … 270 260 <font color=blue> 271 261 }}} 262 ---- 272 263 == Server status == #server_status 273 264 {{{ … … 334 325 <font color=blue> 335 326 }}} 327 ---- 336 328 == Create account == #create_account 337 329 {{{ … … 398 390 <font color=blue> 399 391 }}} 392 ---- 400 393 == Look up account == #lookup_account 401 394 {{{ … … 451 444 <font color=blue> 452 445 }}} 446 ---- 453 447 == Get account info == #am_get_info 454 448 {{{ … … 511 505 <font color=blue> 512 506 }}} 507 ---- 513 508 == Set account info == #am_set_info 514 509 {{{ … … 673 668 <font color=blue> 674 669 }}} 670 ---- 675 671 == Set host info == #am_set_host_info 676 672 {{{ … … 735 731 <font color=blue> 736 732 }}} 733 ---- 737 734 == Get account/host credit information == #show_user 738 735 {{{ … … 833 830 <font color=blue> 834 831 }}} 832 ---- 835 833 == Get result list with pending credit == #pending 836 834 {{{ … … 888 886 <font color=blue> 889 887 }}} 888 ---- 890 889 == Create team == #create_team 891 890 {{{ … … 990 989 <font color=blue> 991 990 }}} 991 ---- 992 992 == Look up teams by name == #team_lookup_name 993 993 {{{ … … 1063 1063 <font color=blue> 1064 1064 }}} 1065 ---- 1065 1066 == Look up team by ID == #team_lookup_id 1066 1067 {{{ … … 1116 1117 <font color=blue> 1117 1118 }}} 1119 ---- 1118 1120 == Get team member list == #team_email_list 1119 1121 {{{ … … 1195 1197 <font color=blue> 1196 1198 }}} 1199 ---- 1197 1200 == Set forum preferences == #edit_forum_preferences 1198 1201 {{{ … … 1433 1436 <font color=blue> 1434 1437 }}} 1438 ---- 1435 1439 == Get user's last posts on the forum == #forum_get_data_user_posts 1436 1440 {{{ … … 1539 1543 <font color=blue> 1540 1544 }}} 1545 ---- 1541 1546 == Get list of application versions == #apps 1542 1547 {{{