{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-structure/adobe-campaign-classic-soap-fault-structure.json", "name": "SOAPFault", "description": "SOAP fault response indicating an error during operation processing.", "type": "object", "properties": { "faultcode": { "type": "string", "description": "Fault code identifying the error category.", "example": "example_value" }, "faultstring": { "type": "string", "description": "Human-readable description of the error.", "example": "example_value" }, "detail": { "type": "string", "description": "Additional error details.", "example": "example_value" } } }