# CrashReport
## Properties
**app_version** | **String** | |
**component** | **String** | |
**context** | [**serde_json::Value**](.md) | |
**created_at** | **String** | |
**error_message** | **String** | |
**error_signature** | **String** | |
**error_type** | **String** | |
**first_seen_at** | **String** | |
**id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**last_seen_at** | **String** | |
**occurrence_count** | **i32** | |
**os_info** | Option<**String**> | | [optional]
**severity** | **String** | |
**stack_trace** | Option<**String**> | | [optional]
**submission_error** | Option<**String**> | | [optional]
**submitted** | **bool** | |
**submitted_at** | Option<**String**> | | [optional]
**uptime_seconds** | Option<**i64**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)