The current user is not authorized to perform the requested operation.
| 674 | |
| 675 | |
| 676 | class Unauthorized(RequestValidationException): |
| 677 | """ |
| 678 | The current user is not authorized to perform the requested operation. |
| 679 | """ |
| 680 | pass |
| 681 | |
| 682 | |
| 683 | class AuthenticationFailed(DriverException): |