---
title: "readAttributeOperationalError(withClusterStateCache:endpoint:queue:completion:)"
framework: matter
role: symbol
role_heading: Type Method
path: "matter/mtrbaseclusterovencavityoperationalstate/readattributeoperationalerror(withclusterstatecache:endpoint:queue:completion:)"
---

# readAttributeOperationalError(withClusterStateCache:endpoint:queue:completion:)

## Declaration

```swift
class func readAttributeOperationalError(withClusterStateCache clusterStateCacheContainer: MTRClusterStateCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t, completion: @escaping @Sendable (MTROvenCavityOperationalStateClusterErrorStateStruct?, (any Error)?) -> Void)
```

```swift
class func readAttributeOperationalError(withClusterStateCache clusterStateCacheContainer: MTRClusterStateCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t) async throws -> MTROvenCavityOperationalStateClusterErrorStateStruct
```
