---
title: valueLowerThanMinimum
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/valuelowerthanminimum
---

# valueLowerThanMinimum

An attempt to use a numeric value lower than the specified minimum value.

## Declaration

```swift
static var valueLowerThanMinimum: HMError.Code { get }
```

## See Also

### Detecting value errors

- [invalidDataFormatSpecified](homekit/hmerror/invaliddataformatspecified.md)
- [invalidValueType](homekit/hmerror/invalidvaluetype.md)
- [nameContainsProhibitedCharacters](homekit/hmerror/namecontainsprohibitedcharacters.md)
- [nameDoesNotEndWithValidCharacters](homekit/hmerror/namedoesnotendwithvalidcharacters.md)
- [nameDoesNotStartWithValidCharacters](homekit/hmerror/namedoesnotstartwithvalidcharacters.md)
- [stringLongerThanMaximum](homekit/hmerror/stringlongerthanmaximum.md)
- [stringShorterThanMinimum](homekit/hmerror/stringshorterthanminimum.md)
- [valueHigherThanMaximum](homekit/hmerror/valuehigherthanmaximum.md)
