init() OR <SecurityAPIProvider />)| Error | Message | Description |
|---|---|---|
| MISSING_CREDENTIALS | Missing Public Client ID or Public API Key | Please provide valid Public Client ID and Public API Key when initializing our package. |
| INVALID_CREDENTIALS | Invalid Public Client ID or Public API Key | Ensure you are using valid Public Client ID and Public API Key. |
| SDK_INIT_ERROR | Internal Server Error during SDK Initialization | An unexpected error occurred on our servers during SDK initialization. |
| DUPLICATE_INITIALIZATION | Multiple SDK Initializations Detected | You should initialize our package only once. |
| MAINTENANCE_MODE | API Under Maintenance | The API is currently undergoing maintenance and will be available again shortly. |
| RATE_LIMIT_REACHED | Too many requests. Rate limit exceeded. | This operation was blocked due to rate limiting. Please implement retry logic. |
getSecurityToken(), getSecurityResult())| Error | Message | Description |
|---|---|---|
| NOT_INITIALIZED | SDK Not Initialized | The SDK must be initialized before calling this function. |
| INTERNAL_SERVER_ERROR | Internal Server Error during API Request | An unexpected error occurred on our servers during the API request. Check server logs for details. |
| FAILED_TO_GET_SECURITY_TOKEN | Failed to Generate Security Token | An error occurred while generating the Security Token. |
| FAILED_TO_GET_SECURITY_RESULT | Failed to Retrieve Security Result | An error occurred while retrieving the Security Result. |
| MAINTENANCE_MODE | API Under Maintenance | The API is currently undergoing maintenance and will be available again shortly. |
| RATE_LIMIT_REACHED | Too many requests. Rate limit exceeded. | This operation was blocked due to rate limiting. Please implement retry logic. |