# 30650: Failed to Update SMS Pumping Protection

Log Type: APPLICATION

Log Level: ERROR

## Description

This error occurs when validation fails during an SMS Pumping Protection update request.

### Possible causes

* The `default_protection_level` field is missing or empty (required field for `protection_mode` set to `advanced`)
* The `default_protection_level` field contains an invalid value. Valid values are: `low`, `medium`, `high`
* The `message_intent` field is missing or empty (required field for `protection_mode` set to `advanced`)
* The `message_intent` field contains an invalid value. Valid values are: `otp`, `notifications`, `fraud`, `security`, `customercare`, `delivery`, `education`, `events`, `polling`, `announcement`, `marketing`, `ai_classification`
* The `country_specific_protection_level` array contains duplicate countries within the same protection level
* The `country_specific_protection_level` array contains an invalid country code
* The `country_specific_protection_level` array contains duplicate protection level entries (e.g., multiple `low` level entries)
* A country appears in multiple protection levels within `country_specific_protection_level`
* The `country_specific_protection_level` array contains an invalid value. Valid values are: `low`, `medium`, `high`, `disable`

### Possible solutions

* Open the Console and go to Messaging Settings > SMS Pumping Protection to make the change.
* Ensure that the request body is properly formatted and includes all required fields with valid values.
