---
title: SetFocusFilterIntentError.missingParameterValue
framework: appintents
role: symbol
role_heading: Case
path: appintents/setfocusfilterintenterror/missingparametervalue
---

# SetFocusFilterIntentError.missingParameterValue

An error indicating that the intent has an invalid parameter value.

## Declaration

```swift
case missingParameterValue
```

## Discussion

Discussion For example, an intent has a non-optional parameter but it doesn’t have a default value.

## See Also

### Getting the error codes

- [SetFocusFilterIntentError.notFound](appintents/setfocusfilterintenterror/notfound.md)
