---
title: NSUserActivity.TypedPayloadError.encodingError
framework: foundation
role: symbol
role_heading: Case
path: foundation/nsuseractivity/typedpayloaderror/encodingerror
---

# NSUserActivity.TypedPayloadError.encodingError

An encoding error that indicates that the content failed to encode into a valid dictionary.

## Declaration

```swift
case encodingError
```

## Discussion

Discussion The setTypedPayload(_:) method throws this error.

## See Also

### Typed payload errors

- [NSUserActivity.TypedPayloadError.invalidContent](foundation/nsuseractivity/typedpayloaderror/invalidcontent.md)
