> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raykoi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Error Behavior

> Where a failure is shown, and whether Raykoi maps it onto your fields automatically.

Where a failure is shown, and whether Raykoi maps it onto your fields automatically or you handle it yourself.

<ParamField body="data-error" type="string">
  A separate target/selector for error messages, if you want them shown somewhere other than the success target.
</ParamField>

<ParamField body="data-error-message" type="string">
  Override text for the built-in inline error message (non-validation failures — network/server/rate-limit errors already carry their own specific message).
</ParamField>

<ParamField body="data-errors" type="boolean">
  Set to `false` to disable automatic field-error mapping and ARIA wiring entirely — you handle error display yourself, driven by [events](/integrations/options-reference/events).
</ParamField>
