Skip to content

Commit 0bd898f

Browse files
committed
Support 492 error code
Signed-off-by: Viet-Anh Duong <vietanhs0817@gmail.com>
1 parent fca3aaf commit 0bd898f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hander.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var ErrorMap = map[int]string{
2424
403: "Access Denied",
2525
404: "Not Found",
2626
413: "Request Too Large",
27+
429: "Too Many Requests",
2728
502: "Bad Gateway",
2829
503: "Service Unavailable Error",
2930
}

0 commit comments

Comments
 (0)