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
error_message="Rate limit of 200 RPM or 12 POST/PUT/DELETE requests per 5 seconds reached. Next request possible in #{retry_after} seconds."
247
-
raiseTooManyRequestsError,error_message
249
+
message="Rate limit of 200 RPM or 12 POST/PUT/DELETE requests per 5 " +
250
+
"seconds reached. Next request possible in #{retry_after} seconds."
251
+
raiseTooManyRequestsError,message
248
252
else
249
-
raiseNotImplementedError,"Help Scout returned something that is not implemented by the help_scout gem yet: #{@last_response.code}: #{@last_response.parsed_response["message"]if@last_response.parsed_response}"
253
+
raiseNotImplementedError,"Help Scout returned something that is not implemented by the help_scout gem yet: #{last_response.code}: #{last_response.parsed_response["message"]iflast_response.parsed_response}"
0 commit comments