Salesforce · Schema
ErrorInfo
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| properties | object |
JSON Schema
{
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"properties": {
"type": "object",
"properties": {
"message": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"errorCode": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"fields": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
}
},
"required": [
"type",
"items"
]
},
"extendedErrorDetails": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"properties": {
"type": "object",
"properties": {
"extendedErrorCode": {
"type": "object",
"properties": {
"type": {
"type": "object"
}
},
"required": [
"type"
]
}
},
"required": [
"extendedErrorCode"
]
}
},
"required": [
"type",
"properties"
]
}
},
"required": [
"type",
"items"
]
}
},
"required": [
"message",
"errorCode",
"fields",
"extendedErrorDetails"
]
}
},
"required": [
"type",
"properties"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ErrorInfo"
}