Adobe Campaign · JSON Structure

Adobe Campaign Classic Soap Fault Structure

SOAP fault response indicating an error during operation processing.

Type: object Properties: 3
Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

SOAPFault is a JSON Structure definition published by Adobe Campaign, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

faultcode faultstring detail

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}