---
title: TKError.Code.objectNotFound
framework: cryptotokenkit
role: symbol
role_heading: Case
path: cryptotokenkit/tkerror/code/objectnotfound
---

# TKError.Code.objectNotFound

The object was not found.

## Declaration

```swift
case objectNotFound
```

## See Also

### Error Codes

- [TKError.Code.notImplemented](cryptotokenkit/tkerror/code/notimplemented.md)
- [TKError.Code.communicationError](cryptotokenkit/tkerror/code/communicationerror.md)
- [TKError.Code.corruptedData](cryptotokenkit/tkerror/code/corrupteddata.md)
- [TKError.Code.canceledByUser](cryptotokenkit/tkerror/code/canceledbyuser.md)
- [TKError.Code.authenticationFailed](cryptotokenkit/tkerror/code/authenticationfailed.md)
- [TKError.Code.tokenNotFound](cryptotokenkit/tkerror/code/tokennotfound.md)
- [TKError.Code.badParameter](cryptotokenkit/tkerror/code/badparameter.md)
- [TKError.Code.authenticationNeeded](cryptotokenkit/tkerror/code/authenticationneeded.md)
- [TKErrorAuthenticationFailed](cryptotokenkit/tkerror/code/tkerrorauthenticationfailed.md)
- [TKErrorObjectNotFound](cryptotokenkit/tkerror/code/tkerrorobjectnotfound.md)
- [TKErrorTokenNotFound](cryptotokenkit/tkerror/code/tkerrortokennotfound.md)
