Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
use correct error message for code -32603
Browse files Browse the repository at this point in the history
  • Loading branch information
projekt01 committed Mar 25, 2012
1 parent 9de0dd9 commit 85f2afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/jsonrpc/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def handleException(self, exc_info):
# if we didn't define an IJSONRPCErrorView for a given error
wrapper = {'jsonrpc': self._request.jsonVersion,
'error': {'code': -32603,
'message': 'Invalid JSON-RPC',
'message': 'Internal error',
'data': s},
'id': self._request.jsonId}

Expand Down

0 comments on commit 85f2afd

Please sign in to comment.