Skip to main content

WebhookIngressErrorResponse

Ingress error with legacy fields retained for existing webhook clients.

detailDetail (string)required
error_code object
anyOf
string
details object
anyOf
object
success object
anyOf
boolean
error object
anyOf
string
message object
anyOf
string
WebhookIngressErrorResponse
{
"detail": "string",
"error_code": "string",
"details": {},
"success": true,
"error": "string",
"message": "string"
}