Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
fix up docs headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed May 20, 2015
1 parent a31fbbf commit 260378e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/overall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ Common elements in some responses:
Errors
~~~~~~

Errors. Consistent interface in progress and tracked
Errors. Consistent interface in progress and tracked
`by this issue <https://github.com/mozilla/solitude/issues/349>`_.

To seperate the old and new style, two different kinds of errors will be returned
a status of `400 <http://httpstatus.es/400>`_ for old format errors and
`422 <http://httpstatus.es/422>`_ for new format errors.

400
---
===

Responses are currently inconsistent and pending upon
fixes to Bango and `upgrading to Django Rest Framework 3.x <https://github.com/mozilla/solitude/issues/416>`_.

422
---
===

Errors will be raised with the namespace of the error, currently one of `mozilla`,
`braintree` or `bango` to represent the part of the system that caused the error.
Expand Down

0 comments on commit 260378e

Please sign in to comment.