Skip to content

Commit

Permalink
[faq] add RESULT_ERROR_GENERIC_FAILURE error description
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Aug 21, 2024
1 parent 4771955 commit 230671b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/faq/errors.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# FAQ - Errors

## `RESULT_ERROR_GENERIC_FAILURE` Error

The `RESULT_ERROR_GENERIC_FAILURE` error can occur for various reasons. One of the most common causes is insufficient balance on the SIM card. Check your carrier's balance and add funds if needed.

## `RESULT_ERROR_LIMIT_EXCEEDED` Error

The `RESULT_ERROR_LIMIT_EXCEEDED` error occurs when you have reached the sending limit imposed by your mobile carrier or the Android operating system. This safeguard is designed to prevent spamming and typically triggers if you attempt to send an excessive number of messages in a short span of time. To resolve this, you can adjust the SMS sending limit on some devices by following the instructions in this guide: [How to change the SMS sending limit on Android](https://www.xda-developers.com/change-sms-limit-android/). Additionally, consider spacing out your message sending or contact your carrier to inquire about their message sending limits. For more strategies on managing sending limits, please refer to [How can I avoid mobile operator restrictions?](./general.md#how-can-i-avoid-mobile-operator-restrictions).
Expand Down

0 comments on commit 230671b

Please sign in to comment.