---
title: badParameter
framework: cryptotokenkit
role: symbol
role_heading: Type Property
path: cryptotokenkit/tkerror/badparameter
---

# badParameter

An invalid parameter was provided.

## Declaration

```swift
static var badParameter: 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)
- [tokenNotFound](cryptotokenkit/tkerror/tokennotfound.md)
- [authenticationNeeded](cryptotokenkit/tkerror/authenticationneeded.md)
- [TKErrorAuthenticationFailed](cryptotokenkit/tkerror/tkerrorauthenticationfailed.md)
- [TKErrorObjectNotFound](cryptotokenkit/tkerror/tkerrorobjectnotfound.md)
- [TKErrorTokenNotFound](cryptotokenkit/tkerror/tkerrortokennotfound.md)
