From f37a565ca100b13f3add77726472db039065d132 Mon Sep 17 00:00:00 2001
From: Dorian Niemiec
{stack}
Please contact with developer/administrator at {contact}.", - 501: "The request requires use of a function, which isn't implemented (yet) by the server.", + 501: "The request requires use of a function, which isn't currently implemented by the server.", 502: "The server had an error, while it was acting as a gateway.
Please contact with developer/administrator at {contact}.", - 503: "Service provided by the server isn't available (yet).
Please contact with developer/administrator at {contact}.", + 503: "The service provided by the server is currently unavailable, possibly due of maintenance downtime or capacity problems. Please try again later.
Please contact with developer/administrator at {contact}.", 504: "The server couldn't get response in time, while it was acting as a gateway.
Please contact with developer/administrator at {contact}.", 505: "The server doesn't support HTTP version used in the request.", 506: "Variant header is configured to be engaged in content negotiation.
Please contact with developer/administrator at {contact}.", @@ -3181,7 +3181,6 @@ if (!cluster.isPrimary) { 599: "The server couldn't connect in time, while it was acting as a proxy." }; - //Server error calling method // Server error calling method function callServerError(errorCode, extName, stack, ch) { if (typeof errorCode !== "number") {