# VolumeError

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

Base for Volume *system* failures — infra/runtime problems the caller
didn't cause (mount client died, command failed, …). A ``flyte.errors``
*system* error.

## Parameters

```python
class VolumeError(
    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/volumeerror.md
**HTML**: https://www.union.ai/docs/v2/flyte/api-reference/integrations/union/packages/flyteplugins.union.errors/volumeerror/
