MCPcopy
hub / github.com/openai/openai-python / InvalidWebhookSignatureError

Class InvalidWebhookSignatureError

src/openai/_exceptions.py:190–191  ·  view source on GitHub ↗

Raised when a webhook signature is invalid, meaning the computed signature does not match the expected signature.

Source from the content-addressed store, hash-verified

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

Callers 2

verify_signatureMethod · 0.85
verify_signatureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected