---
title: FSContainerState.blocked
framework: fskit
role: symbol
role_heading: Case
path: fskit/fscontainerstate/blocked
---

# FSContainerState.blocked

The container is blocked from transitioning from the not-ready state to the ready state by a potentially-recoverable error.

## Declaration

```swift
case blocked
```

## Discussion

Discussion This state implies that the error has a resolution that would allow the container to become ready, such as correcting an incorrect password.

## See Also

### Container states

- [FSContainerState.notReady](fskit/fscontainerstate/notready.md)
- [FSContainerState.ready](fskit/fscontainerstate/ready.md)
- [FSContainerState.active](fskit/fscontainerstate/active.md)
