Identifying the Source of Errors
- Errors that originate from Gegentica are prefixed with
Gegentica Error. - Errors from your LLM providers (or frameworks) are returned without any modifications.
Verifying if the Error is from Gegentica
To determine if the issue is caused by Gegentica, try executing the same request without using Gegentica. If the request succeeds, the problem likely lies with Gegentica or its integration.Common Gegentica Errors
- Missing Mandatory Headers: This error occurs when required headers are not included in the request. Ensure all necessary headers specified in the feature documentation are present.
- Invalid Header Values: This error happens when a header contains an incorrect or unsupported value. Verify that the provided values match the allowed ones in the documentation.
