Skip to content
Snippets Groups Projects
Commit 0bbc8ef9 authored by Vermaat's avatar Vermaat
Browse files

Return fault code and description on RPC service errors

Instead of just raising an Exception which is serialized to the client
as 'The request could not be completed', we now always raise a Fault
which is serialized as a SOAP Fault object or as a JSON object with
faultcode and faultstring properties (and HTTP 500 response status).

This fixes Trac #41.
parent 738db065
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment