---
title: Stream.Status
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/stream/status
---

# Stream.Status

The type declared for the constants listed in doc:stream/stream_status_constants.

## Declaration

```swift
enum Status
```

## Topics

### Enumeration Cases

- [Stream.Status.atEnd](foundation/stream/status/atend.md)
- [Stream.Status.closed](foundation/stream/status/closed.md)
- [Stream.Status.error](foundation/stream/status/error.md)
- [Stream.Status.notOpen](foundation/stream/status/notopen.md)
- [Stream.Status.open](foundation/stream/status/open.md)
- [Stream.Status.opening](foundation/stream/status/opening.md)
- [Stream.Status.reading](foundation/stream/status/reading.md)
- [Stream.Status.writing](foundation/stream/status/writing.md)

### Initializers

- [init(rawValue:)](foundation/stream/status/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [Stream Status Constants](foundation/stream_status_constants.md)
- [Stream.Event](foundation/stream/event.md)
- [StreamNetworkServiceTypeValue](foundation/streamnetworkservicetypevalue.md)
- [StreamSOCKSProxyConfiguration](foundation/streamsocksproxyconfiguration.md)
- [StreamSOCKSProxyVersion](foundation/streamsocksproxyversion.md)
- [StreamSocketSecurityLevel](foundation/streamsocketsecuritylevel.md)
- [Stream.PropertyKey](foundation/stream/propertykey.md)
- [NSStreamSocketSSLErrorDomain](foundation/nsstreamsocketsslerrordomain.md)
- [NSStreamSOCKSErrorDomain](foundation/nsstreamsockserrordomain.md)
