You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: server/errors.go
+1
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ var (
117
117
errHTTPBadRequestWebPushSubscriptionInvalid=&errHTTP{40038, http.StatusBadRequest, "invalid request: web push payload malformed", "", nil}
118
118
errHTTPBadRequestWebPushEndpointUnknown=&errHTTP{40039, http.StatusBadRequest, "invalid request: web push endpoint unknown", "", nil}
119
119
errHTTPBadRequestWebPushTopicCountTooHigh=&errHTTP{40040, http.StatusBadRequest, "invalid request: too many web push topic subscriptions", "", nil}
120
+
errHTTPBadRequestTemplatedMessageTooLarge=&errHTTP{40041, http.StatusBadRequest, "invalid request: message is too large after replacing template", "", nil}
120
121
errHTTPNotFound=&errHTTP{40401, http.StatusNotFound, "page not found", "", nil}
0 commit comments