Changes between Version 5 and Version 6 of Development/DelugeRPC


Ignore:
Timestamp:
01/09/2009 06:16:37 AM (15 years ago)
Author:
andar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/DelugeRPC

    v5 v6  
    4848This message is created in response to an error generated while processing a RPC Request and will serve as a replacement for a RPC Response message. 
    4949 
    50 ['''message_type''', '''request_id''', '''exception_type''', '''exception_value''', '''traceback'''] 
     50['''message_type''', '''request_id''', '''exception_type''', '''exception_msg''', '''traceback'''] 
    5151 
    5252 '''''message_type''''' (int):: 
     
    5959  The type of exception raised. 
    6060 
    61  '''''exception_value''''' (str):: 
    62   The value of the exception.  This is typically a message as to why the exception was raised. 
     61 '''''exception_msg''''' (str):: 
     62  The message as to why the exception was raised. 
    6363 
    6464 '''''traceback''''' (str)::