# OperatorsV2

> Operators Storage

Utility to manage the Operators in storage

## Errors

### OperatorNotFound

```solidity
error OperatorNotFound(uint256 index)
```

The operator was not found

#### Parameters

| Name  | Type    | Description        |
| ----- | ------- | ------------------ |
| index | uint256 | The provided index |
