We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4607fa4 commit e7b6dbaCopy full SHA for e7b6dba
1 file changed
shotgun_api3/shotgun.py
@@ -1848,7 +1848,7 @@ def _parse_http_status(self, status):
1848
if status[0] >= 300:
1849
headers = "HTTP error from server"
1850
if status[0] == 503:
1851
- errmsg = "Shotgun is currently down for maintenance. Please try again later."
+ errmsg = "Shotgun is currently down for maintenance or too busy to reply. Please try again later."
1852
raise ProtocolError(self.config.server,
1853
error_code,
1854
errmsg,
0 commit comments