Widget Errors

The Okra Widget returns errors both on the front-end, and via the onError
callback. Check out the Widget events for more details about the onError
event.
List of errors
Error Code | Method | Message |
---|---|---|
INVALID_REQUEST 1000 | Validation | Validation failed, please confirm credentials and try again. |
ERROR CODE 1002 | Transactions Fetch Error | Unable to fetch transactions. Please try again. |
ERROR CODE 1003 | Balance Fetch Error | Unable to fetch balance. Please try again. |
ERROR CODE 1004 | No Plan | Visit the Plans page to select a plan. |
ERROR CODE 1005 | Wallet Insufficient Credits | Visit the Wallet page to top-up your wallet. |
ERROR CODE 1006 | Invalid API credentials | Please visit the API keys page to get your API credentials |
ERROR CODE 1007 | Plan expired, or Free Calls Exhausted | You can check and upgrade your plan here. If you have used up the available 100 free calls in your plan, top-up your wallet here. |
ERROR CODE 1008 | Data Extraction | Data fetched was not available on selected Bank - Please Retry. |
ERROR CODE 1009 | Validation | Validation error, please confirm credentials and try again. |
ERROR CODE 1010 | Invalid Token | You entered invalid token credentials, please check your token and try again. |
ERROR CODE 1011 | Invalid Security Question | You entered an invalid secret question answer, please try again. |
ERROR CODE 1012 | Process Killed | Your session was terminated due to inactivity, please retry. |
ERROR CODE 1013 | Insufficient Credits - Direct Debit | There are insufficient credits in this account to make this debit. |
ERROR CODE 1026 | SLA Error | You are yet to sign your SLA, please reach out to the Sales team for help. |
Sample error response
{
"type": "error",
"status": false,
"code": 1013,
"method": "Insufficient Credits - Direct Debit",
"message": "There are insufficient credits in this account to make this debit."
}
Updated 9 days ago