message = "304 : The comment is either absent or incorrect";
throw new UpdateFailedException(message, true,
ApiKey.PermanentFailReason.unknownReason(message));
case 305:
// 305: Too many notifications are already set
throw new RateLimitExceededException();
case 342:
message = "342 : The signature (using Oauth) is invalid";
throw new UpdateFailedException( message, true,
ApiKey.PermanentFailReason.unknownReason(message));
case 343: