---
title: VASErrorCode
framework: corenfc
role: symbol
role_heading: Type Alias
path: corenfc/vaserrorcode
---

# VASErrorCode

Constants representing APDU status codes for a VAS response.

## Declaration

```swift
typealias VASErrorCode = NFCVASResponse.ErrorCode
```

## Topics

### Status Codes

- [VASErrorCodeSuccess](corenfc/nfcvasresponse/errorcode/vaserrorcodesuccess.md)
- [VASErrorCodeUserIntervention](corenfc/nfcvasresponse/errorcode/vaserrorcodeuserintervention.md)

### Data Codes

- [VASErrorCodeDataNotActivated](corenfc/nfcvasresponse/errorcode/vaserrorcodedatanotactivated.md)
- [VASErrorCodeDataNotFound](corenfc/nfcvasresponse/errorcode/vaserrorcodedatanotfound.md)
- [VASErrorCodeIncorrectData](corenfc/nfcvasresponse/errorcode/vaserrorcodeincorrectdata.md)

### Error Codes

- [VASErrorCodeUnsupportedApplicationVersion](corenfc/nfcvasresponse/errorcode/vaserrorcodeunsupportedapplicationversion.md)
- [VASErrorCodeWrongLCField](corenfc/nfcvasresponse/errorcode/vaserrorcodewronglcfield.md)
- [VASErrorCodeWrongParameters](corenfc/nfcvasresponse/errorcode/vaserrorcodewrongparameters.md)

## See Also

### Getting the Response Status

- [status](corenfc/nfcvasresponse/status.md)
