github.com/muxinc/mux-go@v1.1.1/docs/Error.md (about)

     1  # Error
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **int64** | A unique identifier for this error. | [optional] 
     7  **Percentage** | **float64** | The percentage of views that experienced this error. | [optional] 
     8  **Notes** | **string** | Notes that are attached to this error. | [optional] 
     9  **Message** | **string** | The error message. | [optional] 
    10  **LastSeen** | **string** | The last time this error was seen (ISO 8601 timestamp). | [optional] 
    11  **Description** | **string** | Description of the error. | [optional] 
    12  **Count** | **int64** | The total number of views that experiend this error. | [optional] 
    13  **Code** | **int64** | The error code | [optional] 
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17