---
title: canceled
framework: authenticationservices
role: symbol
role_heading: Type Property
path: authenticationservices/asauthorizationerror-swift.struct/canceled
---

# canceled

The user canceled the authorization attempt.

## Declaration

```swift
static var canceled: ASAuthorizationError.Code { get }
```

## See Also

### Error Codes

- [failed](authenticationservices/asauthorizationerror-swift.struct/failed.md)
- [invalidResponse](authenticationservices/asauthorizationerror-swift.struct/invalidresponse.md)
- [notHandled](authenticationservices/asauthorizationerror-swift.struct/nothandled.md)
- [unknown](authenticationservices/asauthorizationerror-swift.struct/unknown.md)
- [credentialExport](authenticationservices/asauthorizationerror-swift.struct/credentialexport.md)
- [credentialImport](authenticationservices/asauthorizationerror-swift.struct/credentialimport.md)
- [ASAuthorizationError.Code](authenticationservices/asauthorizationerror-swift.struct/code.md)
