> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CrashDetectedEventPayload

> CrashDetectedEventPayload data type.

## Properties

| Name              | Type                                                                          | Description                                                                       |
| :---------------- | :---------------------------------------------------------------------------- | :-------------------------------------------------------------------------------- |
| BuildId           | String                                                                        | The guid string ID of the multiplayer server build that regions were updated on.  |
| Region            | [AzureRegion](/services/playfab/api-references/events/data-types/azureregion) | The build region.                                                                 |
| ServerId          | String                                                                        | The guid string ID of the session.                                                |
| VmId              | String                                                                        | The virtual machine ID the multiplayer server is located on.                      |
| CrashDumpUploaded | bool                                                                          | If true, the crash dump was uploaded with the server's logs.                      |
| CrashDumpStatus   | String                                                                        | The reason a crash dump wasn't uploaded. If null, assume no crash dump was found. |


## Related topics

- [crash_detected](/services/playfab/api-references/events/MultiplayerServers/crash-detected.md)
- [XLaunchRestartOnCrash](/reference/system/xgame/functions/xlaunchrestartoncrash.md)
- [PlayStream event model reference for PlayFab](/services/playfab/api-references/events/index.md)
- [VmAssignedEventPayload](/services/playfab/api-references/events/data-types/vmassignedeventpayload.md)
- [BuildDeletedEventPayload](/services/playfab/api-references/events/data-types/builddeletedeventpayload.md)
