---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/vector/exceptions/variables/E_VECTOR_STORE_RAW_BINDING_MISMATCH.md
description: >-
  Thrown when the raw fragment placeholder count does not match the bindings
  length. Fatal: binding mismatch indicates query construction errors.
---

# Variable: E\_VECTOR\_STORE\_RAW\_BINDING\_MISMATCH

```ts
const E_VECTOR_STORE_RAW_BINDING_MISMATCH: CreatedException<[number, number]>;
```

Defined in: [batteries/vector/exceptions.ts:126](https://github.com/NHTIO/ADK/blob/v1.20260607.0/src/batteries/vector/exceptions.ts#L126)

Thrown when the raw fragment placeholder count does not match the bindings length.
Fatal: binding mismatch indicates query construction errors.
