---
title: CredentialSession.ErrorCode.acquiredResourceRelinquished
framework: secureelementcredential
role: symbol
role_heading: Case
path: secureelementcredential/credentialsession/errorcode/acquiredresourcerelinquished
---

# CredentialSession.ErrorCode.acquiredResourceRelinquished

The system relinquished an underlying shared resource, preventing the operation from completing.

## Declaration

```swift
case acquiredResourceRelinquished
```

## Discussion

Discussion When the system throws this error, it also reverts the session state to CredentialSession.State.management. You can attempt your operation again after receiving this error.

## See Also

### Temporary error codes

- [CredentialSession.ErrorCode.resourceUnavailable](secureelementcredential/credentialsession/errorcode/resourceunavailable.md)
