---
title: SHSession.Result
framework: shazamkit
role: symbol
role_heading: Enumeration
path: shazamkit/shsession/result
---

# SHSession.Result

Identifies the result from an asynchronous sequence result.

## Declaration

```swift
@frozen enum Result
```

## Topics

### Constants

- [SHSession.Result.match(_:)](shazamkit/shsession/result/match(_:).md)
- [SHSession.Result.noMatch(_:)](shazamkit/shsession/result/nomatch(_:).md)
- [SHSession.Result.error(_:_:)](shazamkit/shsession/result/error(_:_:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Returning queries

- [result(from:)](shazamkit/shsession/result(from:).md)
