---
title: Stream.Status.notOpen
framework: foundation
role: symbol
role_heading: Case
path: foundation/stream/status/notopen
---

# Stream.Status.notOpen

The stream is not open for reading or writing. This status is returned before the underlying call to open a stream but after it’s been created.

## Declaration

```swift
case notOpen
```

## See Also

### 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.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)
