-
Notifications
You must be signed in to change notification settings - Fork 0
Error Handling
Zachary Way edited this page May 30, 2023
·
1 revision
When interacting with the Krios API, you may encounter certain errors or status codes in the responses. This page provides an overview of the common errors that you might come across and how to handle them.
- Status Code: 402
- Description: This error is returned when the subscription is inactive or the number of licensed users is less than the amount of users being sent in the data load.
If you receive a 402 status code, you should take the following steps to handle the error:
-
Check Subscription Status:
- Verify the status of the subscription associated with the request. Ensure that the subscription is active and not expired.
-
Verify Licensed Users:
- Determine the number of licensed users available in your subscription. Compare this number with the number of users being sent in the data load.
-
Update Licensed Users:
- If the number of licensed users is insufficient, consider updating your subscription to accommodate the required number of users.
-
Resolve the Issue:
- Contact the Krios support team or refer to the provided support links to resolve any subscription-related issues.
By handling errors appropriately, you can ensure smooth and reliable integration with the Krios API. If you encounter any other errors or need further assistance, please reach out to our support team through the links provided in the Support section.