# DtStatusResponse
## Properties
**enabled** | **bool** | |
**error_message** | Option<**String**> | Human-readable explanation when `healthy = false`. Safe to surface in the UI; does not leak credentials. | [optional]
**error_status** | Option<**i32**> | Upstream HTTP status if the health probe got a response, else None. Only populated when `healthy = false`. | [optional]
**healthy** | **bool** | |
**url** | Option<**String**> | | [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)