---
title: storeBusy
framework: authenticationservices
role: symbol
role_heading: Type Property
path: authenticationservices/ascredentialidentitystoreerror/storebusy
---

# storeBusy

The operation failed because the credential identity store is busy.

## Declaration

```swift
static var storeBusy: ASCredentialIdentityStoreError.Code { get }
```

## Discussion

Discussion Attempt the operation again at a later time.

## See Also

### Error domain

- [ASCredentialIdentityStoreErrorDomain](authenticationservices/ascredentialidentitystoreerrordomain.md)
- [internalError](authenticationservices/ascredentialidentitystoreerror/internalerror.md)
- [storeDisabled](authenticationservices/ascredentialidentitystoreerror/storedisabled.md)
- [ASCredentialIdentityStoreError.Code](authenticationservices/ascredentialidentitystoreerror/code.md)
