Identifying the Source of Errors

  1. Errors that originate from Obiguard are prefixed with Obiguard Error.
  2. 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

  1. 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.
  2. 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.