---
title: ResponseHandler
framework: matter
role: symbol
role_heading: Type Alias
path: matter/responsehandler
---

# ResponseHandler

## Declaration

```swift
typealias ResponseHandler = (Any?, (any Error)?) -> Void
```
