A query was made that was invalid for some reason, such as trying to set the keyspace for a connection to a nonexistent keyspace.
| 666 | |
| 667 | |
| 668 | class InvalidRequest(RequestValidationException): |
| 669 | """ |
| 670 | A query was made that was invalid for some reason, such as trying to set |
| 671 | the keyspace for a connection to a nonexistent keyspace. |
| 672 | """ |
| 673 | pass |
| 674 | |
| 675 | |
| 676 | class Unauthorized(RequestValidationException): |