Salesforce · Schema

Status500-UnknownException1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

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

JSON Schema

salesforce-status500-unknown-exception1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "example": "example_value"
    },
    "errorCode": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "message",
    "errorCode"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Status500-UnknownException1"
}