---
title: tokenNotFound
framework: cryptotokenkit
role: symbol
role_heading: Type Property
path: cryptotokenkit/tkerror/tokennotfound
---

# tokenNotFound

The system didn’t find the token.

## Declaration

```swift
static var tokenNotFound: TKError.Code { get }
```

## See Also

### Checking Error Codes

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