From 8b476cfecde771dabca47993fc63db424c640022 Mon Sep 17 00:00:00 2001 From: Benjamin Ross Date: Sun, 25 Mar 2018 17:11:13 -0700 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index feb4577..f8e1387 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ are handled are the ones documented on the GDAX API error section: [here](https: - HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest - HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest - HTTP STATUS CODE 404: Raises NotFoundGdaxRequest +- HTTP STATUS CODE 429: Raises GdaxRateLimitRequest - HTTP STATUS CODE 4XX: Raises UnknownGdaxClientRequest - HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest