We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5f0a5 commit 6b6c87cCopy full SHA for 6b6c87c
1 file changed
src/com/createsend/util/exceptions/RateLimitingException.java
@@ -22,7 +22,7 @@
22
package com.createsend.util.exceptions;
23
24
/**
25
- * An exception raised when the Campaign Monitor API responds with a 400 Bad Request
+ * An exception raised when the Campaign Monitor API responds with a 429 Too Many Requests
26
*/
27
public class RateLimitingException extends CreateSendHttpException {
28
private static final long serialVersionUID = -2724621705342365927L;
0 commit comments