# WriteOutcome

> **Class** in `deepagents_code`

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

Result of a credential write that may have warnings to surface.

## Signature

```python
WriteOutcome(
    self,
    warnings: tuple[str, ...] = tuple(),
)
```

## Constructors

```python
__init__(
    self,
    warnings: tuple[str, ...] = tuple(),
) -> None
```

| Name | Type |
|------|------|
| `warnings` | `tuple[str, ...]` |


## Properties

- `warnings`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0412009c5441bef8d75a427e1da8909e33ab5b56/libs/code/deepagents_code/auth_store.py#L96)