# ConfigResolutionError

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/mcp_login_service/ConfigResolutionError)

Structured error returned when a login target cannot be resolved.

## Signature

```python
ConfigResolutionError(
    self,
    kind: ConfigErrorKind,
    message: str,
    untrusted_project_paths: tuple[Path, ...] = (),
)
```

## Constructors

```python
__init__(
    self,
    kind: ConfigErrorKind,
    message: str,
    untrusted_project_paths: tuple[Path, ...] = (),
) -> None
```

| Name | Type |
|------|------|
| `kind` | `ConfigErrorKind` |
| `message` | `str` |
| `untrusted_project_paths` | `tuple[Path, ...]` |


## Properties

- `kind`
- `message`
- `untrusted_project_paths`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a98f0dfa8d534d8a1885b524632400e52db22ac6/libs/code/deepagents_code/mcp_login_service.py#L51)