---
url: >-
  https://adk.nht.io/api/@nhtio/adk/exceptions/variables/E_INVALID_INITIAL_MEDIA_VALUE.md
description: Thrown when a Media is initialised with a value that fails schema validation.
---

# Variable: E\_INVALID\_INITIAL\_MEDIA\_VALUE

```ts
const E_INVALID_INITIAL_MEDIA_VALUE: CreatedException<[]>;
```

Defined in: [lib/exceptions/runtime.ts:344](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/lib/exceptions/runtime.ts#L344)

Thrown when a Media is initialised with a value that fails schema validation.

## Remarks

Fatal — bad construction arguments indicate a programming error in the caller.
