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
errHTTPBadRequestPhoneNumberNotVerified=&errHTTP{40034, http.StatusBadRequest, "invalid request: phone number not verified, or no matching verified numbers found", "https://ntfy.sh/docs/publish/#phone-calls", nil}
114
114
errHTTPBadRequestAnonymousCallsNotAllowed=&errHTTP{40035, http.StatusBadRequest, "invalid request: anonymous phone calls are not allowed", "https://ntfy.sh/docs/publish/#phone-calls", nil}
115
115
errHTTPBadRequestPhoneNumberVerifyChannelInvalid=&errHTTP{40036, http.StatusBadRequest, "invalid request: verification channel must be 'sms' or 'call'", "https://ntfy.sh/docs/publish/#phone-calls", nil}
116
-
errHTTPBadRequestDelayNoCall=&errHTTP{40037, http.StatusBadRequest, "delayed call notifications are not supported", "", nil}
116
+
errHTTPBadRequestDelayNoCall=&errHTTP{40037, http.StatusBadRequest, "invalid request: delayed call notifications are not supported", "", nil}
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 or title is too large after replacing template", "", nil}
121
-
errHTTPBadRequestTemplatedMessageNotJSON=&errHTTP{40042, http.StatusBadRequest, "invalid request: message body must be JSON if templating is enabled", "", nil}
122
-
errHTTPBadRequestTemplateInvalid=&errHTTP{40043, http.StatusBadRequest, "invalid request: could not parse template", "", nil}
errHTTPBadRequestTemplateMessageTooLarge=&errHTTP{40041, http.StatusBadRequest, "invalid request: message or title is too large after replacing template", "https://ntfy.sh/docs/publish/#message-templating", nil}
121
+
errHTTPBadRequestTemplateMessageNotJSON=&errHTTP{40042, http.StatusBadRequest, "invalid request: message body must be JSON if templating is enabled", "https://ntfy.sh/docs/publish/#message-templating", nil}
122
+
errHTTPBadRequestTemplateInvalid=&errHTTP{40043, http.StatusBadRequest, "invalid request: could not parse template", "https://ntfy.sh/docs/publish/#message-templating", nil}
123
+
errHTTPBadRequestTemplateDisallowedFunctionCalls=&errHTTP{40044, http.StatusBadRequest, "invalid request: template contains disallowed function calls, e.g. template, call, or define", "https://ntfy.sh/docs/publish/#message-templating", nil}
0 commit comments