Support
Common Errors and Resolutions
Common errors encountered when using the Obiguard Gateway and their resolutions.
Identifying the Source of Errors
- Errors that originate from Obiguard are prefixed with
Obiguard Error
. - Errors from your LLM providers (or frameworks) are returned without any modifications.
Verifying if the Error is from Obiguard
To determine if the issue is caused by Obiguard, try executing the same request without using Obiguard. If the request succeeds, the problem likely lies with Obiguard or its integration.
Common Obiguard 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.