@@ -376,12 +376,12 @@ python -m pytest
376376Error handling has been added in version 2.0. Currently, the only HTTP error codes that
377377are handled are the ones documented on the GDAX API error section: [ here] ( https://docs.gdax.com/?python#errors )
378378
379- HTTP STATUS CODE 400: Raises InvalidGdaxRequest
380- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
381- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
382- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
383- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
384- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
379+ - HTTP STATUS CODE 400: Raises InvalidGdaxRequest
380+ - HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
381+ - HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
382+ - HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
383+ - HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
384+ - HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
385385
386386All HTTP requests from both the public client and authenticated client run through ` _determine_response ` , which
387387either returns the JSON body or raises the appropriate error.
@@ -391,7 +391,7 @@ Please consider creating new Exception classes and mapping as Gdax error states
391391
392392## Change Log
393393* 2.0*
394- - Added error handling to all HTTP requests [ Error Handling Docs] (#Error Handling )
394+ - Added error handling to all HTTP requests [ Error Handling Docs] ( #error-handling )
395395
396396* 1.0* ** Current PyPI release**
397397>>>>>>> Added README info, added self to contributors, bumped version
0 commit comments