WebhookIngressErrorResponse
Ingress error with legacy fields retained for existing webhook clients.
detailDetail (string)required
error_code object
anyOf
- string
- null
string
details object
anyOf
- object
- null
object
success object
anyOf
- boolean
- null
boolean
error object
anyOf
- string
- null
string
message object
anyOf
- string
- null
string
WebhookIngressErrorResponse
{
"detail": "string",
"error_code": "string",
"details": {},
"success": true,
"error": "string",
"message": "string"
}