Salesforce · Schema

Status400-InvalidEnum1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
errorCode string
message string
View JSON Schema on GitHub

JSON Schema

salesforce-status400-invalid-enum1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "errorCode": {
      "type": "string",
      "example": "example_value"
    },
    "message": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "errorCode",
    "message"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Status400-InvalidEnum1"
}