---
title: navigationAppBoundDomain
framework: webkit
role: symbol
role_heading: Type Property
path: webkit/wkerror/navigationappbounddomain
---

# navigationAppBoundDomain

An error that indicates navigation failed due to an app-bound domain restriction.

## Declaration

```swift
static var navigationAppBoundDomain: WKError.Code { get }
```

## Discussion

Discussion This error occurs when the web view navigates away from an app-bound domain.

## See Also

### Getting the Error Codes

- [unknown](webkit/wkerror/unknown.md)
- [webContentProcessTerminated](webkit/wkerror/webcontentprocessterminated.md)
- [webViewInvalidated](webkit/wkerror/webviewinvalidated.md)
- [javaScriptExceptionOccurred](webkit/wkerror/javascriptexceptionoccurred.md)
- [javaScriptResultTypeIsUnsupported](webkit/wkerror/javascriptresulttypeisunsupported.md)
- [contentRuleListStoreCompileFailed](webkit/wkerror/contentruleliststorecompilefailed.md)
- [contentRuleListStoreLookUpFailed](webkit/wkerror/contentruleliststorelookupfailed.md)
- [contentRuleListStoreRemoveFailed](webkit/wkerror/contentruleliststoreremovefailed.md)
- [contentRuleListStoreVersionMismatch](webkit/wkerror/contentruleliststoreversionmismatch.md)
- [attributedStringContentFailedToLoad](webkit/wkerror/attributedstringcontentfailedtoload.md)
- [attributedStringContentLoadTimedOut](webkit/wkerror/attributedstringcontentloadtimedout.md)
- [javaScriptInvalidFrameTarget](webkit/wkerror/javascriptinvalidframetarget.md)
- [javaScriptAppBoundDomain](webkit/wkerror/javascriptappbounddomain.md)
- [credentialNotFound](webkit/wkerror/credentialnotfound.md)
- [duplicateCredential](webkit/wkerror/duplicatecredential.md)
