Raised when a handshake request or response breaks a security rule. Security limits can be configured with :doc:`environment variables <../reference/variables>`.
| 199 | |
| 200 | |
| 201 | class SecurityError(InvalidHandshake): |
| 202 | """ |
| 203 | Raised when a handshake request or response breaks a security rule. |
| 204 | |
| 205 | Security limits can be configured with :doc:`environment variables |
| 206 | <../reference/variables>`. |
| 207 | |
| 208 | """ |
| 209 | |
| 210 | |
| 211 | class ProxyError(InvalidHandshake): |
no outgoing calls
searching dependent graphs…