> For the complete documentation index, see [llms.txt](https://vc-docs.gitbook.io/engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc-docs.gitbook.io/engine/home/doxygen_synced/classes/class_data_handler_1_1_fetch_response.md).

# DataHandler::FetchResponse

## Public Attributes

|        | Name                                                                                                                                                         |
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| bool   | [**success**](https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_data_handler_1_1_fetch_response.md#variable-success)     |
| string | [**statusMsg**](https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_data_handler_1_1_fetch_response.md#variable-statusmsg) |
| string | [**data**](https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_data_handler_1_1_fetch_response.md#variable-data)           |

## Public Attributes Documentation

### variable success

```csharp
bool success;
```

### variable statusMsg

```csharp
string statusMsg;
```

### variable data

```csharp
string data;
```

***

Updated on 2026-07-22 at 12:00:00 +0800
