Salesforce · Example Payload

Salesforce Error Info Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Error Info Example is an example object payload from Salesforce, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeproperties

Example Payload

Raw ↑
{
  "type": "example_value",
  "properties": {
    "message": {
      "type": "example_value"
    },
    "errorCode": {
      "type": "example_value"
    },
    "fields": {
      "type": "example_value",
      "items": {
        "type": "example_value"
      }
    },
    "extendedErrorDetails": {
      "type": "example_value",
      "items": {
        "type": "example_value",
        "properties": {
          "extendedErrorCode": {}
        }
      }
    }
  }
}