# VolumeUnmountError

**Package:** `flyteplugins.union.errors`

The volume could not be unmounted (``fusermount`` kept returning EBUSY).

## Parameters

```python
class VolumeUnmountError(
    message: str,
)
```
| Parameter | Type | Description |
|-|-|-|
| `message` | `str` | |

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/integrations/union/packages/flyteplugins.union.errors/volumeunmounterror.md
**HTML**: https://www.union.ai/docs/v2/flyte/api-reference/integrations/union/packages/flyteplugins.union.errors/volumeunmounterror/
