Changes between Version 27 and Version 28 of WebRpc


Ignore:
Timestamp:
Jan 21, 2009, 10:46:43 AM (15 years ago)
Author:
feet1st
Comment:

Pulling descriptions up to same line as error codes. Added rule line between RPCs

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v27 v28  
    2828where 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:
    2929
    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----
    5646== Project configuration == #get_project_config
    5747{{{
     
    270260<font color=blue>
    271261}}}
     262----
    272263== Server status == #server_status
    273264{{{
     
    334325<font color=blue>
    335326}}}
     327----
    336328== Create account == #create_account
    337329{{{
     
    398390<font color=blue>
    399391}}}
     392----
    400393== Look up account == #lookup_account
    401394{{{
     
    451444<font color=blue>
    452445}}}
     446----
    453447== Get account info == #am_get_info
    454448{{{
     
    511505<font color=blue>
    512506}}}
     507----
    513508== Set account info == #am_set_info
    514509{{{
     
    673668<font color=blue>
    674669}}}
     670----
    675671== Set host info == #am_set_host_info
    676672{{{
     
    735731<font color=blue>
    736732}}}
     733----
    737734== Get account/host credit information == #show_user
    738735{{{
     
    833830<font color=blue>
    834831}}}
     832----
    835833== Get result list with pending credit == #pending
    836834{{{
     
    888886<font color=blue>
    889887}}}
     888----
    890889== Create team == #create_team
    891890{{{
     
    990989<font color=blue>
    991990}}}
     991----
    992992== Look up teams by name == #team_lookup_name
    993993{{{
     
    10631063<font color=blue>
    10641064}}}
     1065----
    10651066== Look up team by ID == #team_lookup_id
    10661067{{{
     
    11161117<font color=blue>
    11171118}}}
     1119----
    11181120== Get team member list == #team_email_list
    11191121{{{
     
    11951197<font color=blue>
    11961198}}}
     1199----
    11971200== Set forum preferences == #edit_forum_preferences
    11981201{{{
     
    14331436<font color=blue>
    14341437}}}
     1438----
    14351439== Get user's last posts on the forum == #forum_get_data_user_posts
    14361440{{{
     
    15391543<font color=blue>
    15401544}}}
     1545----
    15411546== Get list of application versions == #apps
    15421547{{{