We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca3aaf commit 0bd898fCopy full SHA for 0bd898f
hander.go
@@ -24,6 +24,7 @@ var ErrorMap = map[int]string{
24
403: "Access Denied",
25
404: "Not Found",
26
413: "Request Too Large",
27
+ 429: "Too Many Requests",
28
502: "Bad Gateway",
29
503: "Service Unavailable Error",
30
}
0 commit comments