---
title: authenticationFailed
framework: cryptotokenkit
role: symbol
role_heading: Type Property
path: cryptotokenkit/tkerror/authenticationfailed
---

# authenticationFailed

Authentication failed.

## Declaration

```swift
static var authenticationFailed: 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)
- [objectNotFound](cryptotokenkit/tkerror/objectnotfound.md)
- [tokenNotFound](cryptotokenkit/tkerror/tokennotfound.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)
