---
title: errorEstimate
framework: sensorkit
role: symbol
role_heading: Instance Property
path: sensorkit/srwristtemperature/errorestimate
---

# errorEstimate

An estimate of the amount of error in the temperature measurement.

## Declaration

```swift
var errorEstimate: Measurement<UnitTemperature> { get }
```

## Discussion

Discussion This property is a delta value that can be positive or negative.

## See Also

### Getting temperature information

- [timestamp](sensorkit/srwristtemperature/timestamp.md)
- [value](sensorkit/srwristtemperature/value.md)
