@@ -319,12 +319,12 @@ order_book.close()
319319Error handling has been added in version 2.0. Currently, the only HTTP error codes that
320320are handled are the ones documented on the GDAX API error section: [ here] ( https://docs.gdax.com/?python#errors )
321321
322- HTTP STATUS CODE 400: Raises InvalidGdaxRequest
323- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
324- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
325- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
326- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
327- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
322+ - HTTP STATUS CODE 400: Raises InvalidGdaxRequest
323+ - HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
324+ - HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
325+ - HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
326+ - HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
327+ - HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
328328
329329All HTTP requests from both the public client and authenticated client run through ` _determine_response ` , which
330330either returns the JSON body or raises the appropriate error.
@@ -334,7 +334,7 @@ Please consider creating new Exception classes and mapping as Gdax error states
334334
335335## Change Log
336336* 2.0*
337- - Added error handling to all HTTP requests [ Error Handling Docs] (#Error Handling )
337+ - Added error handling to all HTTP requests [ Error Handling Docs] ( #error-handling )
338338
339339* 1.0* ** Current PyPI release**
340340- The first release that is not backwards compatible
0 commit comments