# TreeLoadErrorDetail

> _Since v3.4.0_

Event detail emitted when lazy child loading fails.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `key` | <code>string</code> | Stable key of the node whose children are being fetched |
| `row` | <code>T</code> | The parent row data |
| `depth` | <code>number</code> | Depth level of the parent node (0 = root) |
| `error` | <code>unknown</code> | The rejection reason from `loadChildren` or the data source |
