Raised when a webhook signature is invalid, meaning the computed signature does not match the expected signature.
| 188 | |
| 189 | |
| 190 | class InvalidWebhookSignatureError(ValueError): |
| 191 | """Raised when a webhook signature is invalid, meaning the computed signature does not match the expected signature.""" |
| 192 | |
| 193 | |
| 194 | class WebSocketConnectionClosedError(OpenAIError): |
no outgoing calls
no test coverage detected