forked-synapse/synapse/api
Richard van der Hoff 018d75a148 Refactor code for turning HttpResponseException into SynapseError
This commit replaces SynapseError.from_http_response_exception with
HttpResponseException.to_synapse_error.

The new method actually returns a ProxiedRequestError, which allows us to pass
through additional metadata from the API call.
2018-08-01 16:02:46 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Python 3: Convert some unicode/bytes uses (#3569) 2018-08-02 00:54:06 +10:00
constants.py Implementation of server_acls 2018-07-04 19:06:20 +01:00
errors.py Refactor code for turning HttpResponseException into SynapseError 2018-08-01 16:02:46 +01:00
filtering.py Deduplicate redundant lazy-loaded members (#3331) 2018-07-26 22:51:30 +01:00
ratelimiting.py Check whether to ratelimit sooner to avoid work 2016-10-19 10:45:24 +01:00
urls.py run isort 2018-07-09 16:09:20 +10:00