Changes between Version 4 and Version 5 of Development/DelugeRPC


Ignore:
Timestamp:
01/09/2009 02:47:01 AM (15 years ago)
Author:
andar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/DelugeRPC

    v4 v5  
    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''', '''traceback'''] 
     50['''message_type''', '''request_id''', '''exception_type''', '''exception_value''', '''traceback'''] 
    5151 
    5252 '''''message_type''''' (int):: 
     
    5555 '''''request_id''''' (int):: 
    5656  The request_id is the same as the one sent by the client in the initial request. 
     57 
     58 '''''exception_type''''' (str):: 
     59  The type of exception raised. 
     60 
     61 '''''exception_value''''' (str):: 
     62  The value of the exception.  This is typically a message as to why the exception was raised. 
    5763 
    5864 '''''traceback''''' (str)::