# JsEvalError

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/tui/widgets/_js_eval_display/JsEvalError)

An error raised during a `js_eval` evaluation.

## Signature

```python
JsEvalError(
    self,
    error_type: str,
    body: str,
)
```

## Constructors

```python
__init__(
    self,
    error_type: str,
    body: str,
) -> None
```

| Name | Type |
|------|------|
| `error_type` | `str` |
| `body` | `str` |


## Properties

- `error_type`
- `body`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/tui/widgets/_js_eval_display.py#L28)