---
title: code
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nserror/code
---

# code

The error code.

## Declaration

```swift
var code: Int { get }
```

## Discussion

Discussion Note that errors are domain-specific.

## See Also

### Related Documentation

- [localizedDescription](foundation/nserror/localizeddescription.md)

### Getting Error Properties

- [domain](foundation/nserror/domain.md)
- [userInfo](foundation/nserror/userinfo.md)
