Salesforce · JSON Structure

Salesforce Status201 Error Structure

Type: object Properties: 1 Required: 1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Status201-Error is a JSON Structure definition published by Salesforce, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

outputs

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Status201-Error",
  "properties": {
    "outputs": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "errorCode": {
            "type": "integer"
          },
          "errorMessage": {
            "type": "string"
          },
          "outcomeList": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "outcomeType": {
            "type": "['string', 'null']"
          },
          "successStatus": {
            "type": "boolean"
          }
        },
        "required": [
          "errorCode",
          "errorMessage",
          "outcomeList",
          "outcomeType",
          "successStatus"
        ]
      }
    }
  },
  "required": [
    "outputs"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}