Handling Error Codes
VARIOUS ERROR CODES:
Authorization Errors
Code | Description | Possible Solutions | HTTP Status Code | Handling Error (Eshopbox) |
---|---|---|---|---|
AuthException | We were unable to authenticate the app user. | Typically this means the included access token has expired, been invalidated, or the app user has changed a setting to prevent all apps from accessing their data. We recommend that you get a new access token from the app user. |
Unauthorized | Set permanent access token and fetch that from meta UI |
API Method | Capability or permissions issue. | Use the access token debugger to verify that your app has been granted the permissions required by the endpoint. See Troubleshooting. |
Internal Server Error | Retry attempt (3 times) |
Permission Denied | Permission is either not granted or has been removed. | Use the access token debugger to verify that your app has been granted the permissions required by the endpoint. See Troubleshooting. |
Forbidden | Retry attempt (3 times) |
Access token has expired | Your access token has expired. |
Unauthorized | Set permanent access token and fetch that from meta UI | |
API Permission | Permission is either not granted or has been removed. | Use the access token debugger to verify that your app has been granted the permissions required by the endpoint. See Troubleshooting. |
Forbidden | Retry (3 times) |
Throttling Errors
Code | Description | Possible Solutions | HTTP Status Code | Handling Error (Eshopbox) |
---|---|---|---|---|
API Too Many Calls | The app has reached its API call rate limit. | Load the app in the App Dashboard and view the Application Rate Limit section to verify that the app has reached its rate limit. If it has, try again later or reduce the frequency or amount of API queries the app is making. |
Too many requests | check for retry header and if received retry after that particular time |
Rate limit issues | The WhatsApp Business Account has reached its rate limit. | See WhatsApp Business Account Rate Limits. Try again later or reduce the frequency or amount of API queries the app is making. |
Too many requests | check for retry header and if received retry after that particular time |
Rate limit hit | Cloud API message throughput has been reached. | The app has reached the API's throughput limit. See Throughput. Try again later or reduce the frequency with which the app sends messages. |
Too many requests | check throughput and try again |
Spam rate limit hit | Message failed to send because there are restrictions on how many messages can be sent from this phone number. This may be because too many previous messages were blocked or flagged as spam. | Check your quality status in the WhatsApp Manager and see the Quality-Based Rate Limits documentation for more information. |
Too many requests | update whatsapp number for eshopbox and stop sending message for customer until updated, send error code on our platform (Set alert GCP) |
(Business Account, Consumer Account) pair rate limit hit | Too many messages sent from the sender phone number to the same recipient phone number in a short period of time. | Wait and retry the operation, if you intend to send messages to the same phone number. You can still send messages to a different phone number without waiting |
Too many requests | handle number of message sent to particular mobile logging and check the message requests on number limit it |
Integrity Errors
Code | Description | Possible Solutions | HTTP Status Code | Handling Error (Eshopbox) |
---|---|---|---|---|
Temporarily blocked for policies violations | The WhatsApp Business Account associated with the app has been restricted or disabled for violating a platform policy. | See the Policy Enforcement document to learn about policy violations and how to resolve them. |
Forbidden | alert GCP for quick action |
Account has been locked | The WhatsApp Business Account associated with the app has been restricted or disabled for violating a platform policy, or we were unable to verify data included in the request against data set on the WhatsApp Business Account (e.g, the two-step pin included in the request is incorrect). | See the Policy Enforcement document to learn about policy violations and how to resolve them. |
Forbidden | alert GCP for quick action |
Other Errors
Code | Description | Possible Solutions | HTTP Status Code | Handling Error (Eshopbox) |
---|---|---|---|---|
API Unknown | Invalid request or possible server error. | Check the WhatsApp Business Platform Status page to see API status information. If there are no server outages, check the endpoint reference and verify that your request is formatted correctly and meets all endpoint requirements. |
Bad Request | Recheck the whatsapp API is active then the url and format of the endpoint. |
API Service | Temporary due to downtime or due to being overloaded. | Check the WhatsApp Business Platform Status page to see API status information before trying again. |
Service Unavailable | Taskqueue(retry) circuitbreaker concept |
Parameter value is not valid | The business phone number has been deleted. | Verify that the business phone number is correct. |
Bad Request | Verify that the business phone number is correct. |
Invalid parameter | The request included one or more unsupported or misspelled parameters. | See the endpoint's reference to determine which parameters are supported and how they are spelled. |
Bad Request | Recheck the whatsapp API is active then the url and all the parameters and their values. |
Something went wrong | Message failed to send due to an unknown error. | Try again. If the error persists, open a Direct Support ticket. |
Internal Server Error | 3 Retry circuitbreaker concept |
Access denied | Permission is either not granted or has been removed. | Use the access token debugger to verify that your app has been granted the permissions required by the endpoint. See Troubleshooting. |
Forbidden | Need to check the access for the user, whatsapp ID and access token |
Required parameter is missing | The request is missing a required parameter. | See the endpoint's reference to determine which parameters are required. |
Bad Request | See the endpoint's reference to determine which parameters are required. |
Parameter value is not valid | One or more parameter values are invalid. | See the endpoint's reference to determine which values are supported for each parameter, and see Phone Numbers to learn how to add a phone number to a WhatsApp Business Account. |
Bad Request | Recheck the whatsapp API is active then the url and all the parameters and their values. |
Service unavailable | A service is temporarily unavailable. | Check the WhatsApp Business Platform Status page to see API status information before trying again. |
Internal Server Error | 3 Retry circuitbreaker concept |
Recipient cannot be sender | Sender and recipient phone number is the same. | Send a message to a phone number different from the sender. |
Bad Request | Update the recipient’s number |
Message Undeliverable | Unable to deliver message. Reasons can include:
| Confirm with the recipient that they agree to be contacted by you over WhatsApp and are using the latest version of WhatsApp. |
Bad Request | Need to keep logs for undelivered cases |
Business eligibility payment issue | Message failed to send because there were one or more errors related to your payment method. | See About Billing For Your WhatsApp Business Account and verify that you have set up billing correctly.
Common problems:
|
Bad Request | Switch to backup business account and solve the payment problem. |
Incorrect certificate | Message failed to send due to a phone number registration error. | Register the phone number before trying again. |
Internal Server Error | Switch to backup business account and solve the number registration problem. |
Re-engagement message | More than 24 hours have passed since the recipient last replied to the sender number. | Send the recipient a business-initiated message using a message template instead. |
Bad Request |
|
Unsupported message type | Unsupported message type. | See Messages for supported message types before trying again with a supported message type. |
Bad Request | Update the request with a valid message type and try again |
Media download error | Unable to download the media sent by the user. | We were unable to download the media for one or more reasons, such as an unsupported media type. Refer to the |
Bad Request | Update the request with a valid media type and try again |
Media upload error | Unable to upload the media used in the message. | We were unable to upload the media for one or more reasons, such as an unsupported media type. Refer to the
For more reliable performance when sending media, refer to Media HTTP Caching and uploading the media. |
Bad Request | Update the request with a valid media type and try again |
Template Param Count Mismatch | The number of variable parameter values included in the request did not match the number of variable parameters defined in the template. | See Message Template Guidelines and make sure the request includes all of the variable parameter values that have been defined in the template. |
Bad Request | Need to keep check that all variables mentioned in the templates are used. |
Template does not exist | The template does not exist in the specified language or the template has not been approved. | Make sure your template has been approved and the template name and language locale are correct. Please ensure you follow message template guidelines. |
Bad Request | Check that the template has been approved and the template name is correct. |
Template Hydrated Text Too Long | Translated text is too long. | Check the WhatsApp Manager to verify that your template has been translated. See Quality Rating and Template Status. |
Bad Request |
|
Template Format Character Policy Violated | Template content violates a WhatsApp policy. | See Rejection Reasons to determine possible reasons for violation. |
Bad Request | Re-register template which follows whatsapp guidelines. |
Template Parameter Format Mismatch | Variable parameter values formatted incorrectly. | The variable parameter values included in the request are not using the format specified in the template. See Message Template Guidelines. |
Bad Request | Need to keep check that all variables mentioned in the templates are used in correct order and their type is also correct. |
Template is Paused | Template is paused due to low quality so it cannot be sent in a template message. | Edit the template to improve its quality and try again once it is approved. |
Bad Request | Re-register template which follows whatsapp guidelines. |
Template is Disabled | Template has been paused too many times due to low quality and is now permanently disabled. | Create a new template with different content. |
Bad Request | Register a new template which follows whatsapp guidelines. |
Incomplete Deregistration | A previous deregistration attempt failed. | Deregister the number again before registering. |
Internal Server Error | Retry |
Server Temporarily Unavailable | Server is temporarily unavailable. | Check the WhatsApp Business Platform Status page to see API status information and check the response |
Service Unavailable | 3 Retry circuitbreaker concept |
Two step verification PIN Mismatch | Two-step verification PIN incorrect. | Verify that the two-step verification PIN included in the request is correct.
To reset the two-step verification PIN:
|
Bad Request | Verify that the two-step verification PIN included in the request is correct OR retry with a new PIN by resending. |
Phone number re-verification needed | Phone number needs to be verified before registering. | Verify the phone number before registering it. |
Bad Request | Verify the phone number before registering it. |
Too Many two step verification PIN Guesses | Too many two-step verification PIN guesses for this phone number. | Try again after the amount of time specified in the |
Bad Request | Try again after the amount of time specified in the |
Two step verification PIN Guessed Too Fast | Two-step verification PIN was entered too quickly. | Check the |
Bad Request | Check the |
Phone number Not Registered | Phone number not registered on the Whatsapp Business Platform. | Register the phone number before trying again. |
Bad Request | Register the phone number before trying again. |
Generic user error | Message failed to send because of an unknown error with your request parameters. | See the endpoint's reference to determine if you are querying the endpoint using the correct syntax. Contact customer support if you continue receiving this error code in response. |
Bad Request | Recheck the whatsapp API is active then the url and format of the endpoint. Also recheck the whatsapp API is active then the url and all the parameters and their values. |