Changes between Version 5 and Version 6 of Development/DelugeRPC
- Timestamp:
- 01/09/2009 06:16:37 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/DelugeRPC
v5 v6 48 48 This 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. 49 49 50 ['''message_type''', '''request_id''', '''exception_type''', '''exception_ value''', '''traceback''']50 ['''message_type''', '''request_id''', '''exception_type''', '''exception_msg''', '''traceback'''] 51 51 52 52 '''''message_type''''' (int):: … … 59 59 The type of exception raised. 60 60 61 '''''exception_ value''''' (str)::62 The value of the exception. This is typically amessage as to why the exception was raised.61 '''''exception_msg''''' (str):: 62 The message as to why the exception was raised. 63 63 64 64 '''''traceback''''' (str)::