@salesforce/afv-skills 1.21.0 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1892) hide show
  1. package/package.json +1 -1
  2. package/skills/agentforce-architecture-analyze/README.md +156 -0
  3. package/skills/agentforce-architecture-analyze/SKILL.md +230 -0
  4. package/skills/agentforce-architecture-analyze/references/architecture_sections.md +243 -0
  5. package/skills/agentforce-d360-analyze/README.md +123 -0
  6. package/skills/agentforce-d360-analyze/SKILL.md +163 -0
  7. package/skills/agentforce-d360-analyze/references/artifacts.md +50 -0
  8. package/skills/agentforce-generate/README.md +112 -0
  9. package/skills/agentforce-generate/SKILL.md +518 -0
  10. package/skills/agentforce-generate/references/actions-reference.md +612 -0
  11. package/skills/agentforce-generate/references/agent-metadata-and-lifecycle.md +575 -0
  12. package/skills/agentforce-generate/references/known-issues.md +353 -0
  13. package/skills/agentforce-generate/references/safety-review-reference.md +145 -0
  14. package/skills/agentforce-generate/references/version-history.md +23 -0
  15. package/skills/agentforce-observe/SKILL.md +366 -0
  16. package/skills/agentforce-observe/references/improve-reference.md +359 -0
  17. package/skills/agentforce-test/SKILL.md +333 -0
  18. package/skills/agentforce-test/references/preview-testing.md +353 -0
  19. package/skills/agentforce-test/references/test-report-format.md +160 -0
  20. package/skills/analyzing-test-failures/SKILL.md +1 -1
  21. package/skills/automation-flow-generate/SKILL.md +372 -0
  22. package/skills/commerce-b2b-open-code-components-integrate/SKILL.md +165 -0
  23. package/skills/commerce-b2b-store-create/SKILL.md +167 -0
  24. package/skills/creating-fix-work-item/SKILL.md +1 -1
  25. package/skills/data360-activate/CREDITS.md +5 -0
  26. package/skills/data360-activate/README.md +39 -0
  27. package/skills/data360-activate/SKILL.md +117 -0
  28. package/skills/data360-connect/CREDITS.md +5 -0
  29. package/skills/data360-connect/README.md +59 -0
  30. package/skills/data360-connect/SKILL.md +154 -0
  31. package/skills/data360-harmonize/README.md +31 -0
  32. package/skills/data360-harmonize/SKILL.md +116 -0
  33. package/skills/data360-orchestrate/README.md +127 -0
  34. package/skills/data360-orchestrate/SKILL.md +235 -0
  35. package/skills/data360-orchestrate/UPSTREAM.md +45 -0
  36. package/skills/data360-orchestrate/references/plugin-setup.md +138 -0
  37. package/skills/data360-prepare/CREDITS.md +7 -0
  38. package/skills/data360-prepare/README.md +51 -0
  39. package/skills/data360-prepare/SKILL.md +190 -0
  40. package/skills/data360-prepare/examples/ingestion-api/README.md +48 -0
  41. package/skills/data360-query/CREDITS.md +7 -0
  42. package/skills/data360-query/README.md +44 -0
  43. package/skills/data360-query/SKILL.md +119 -0
  44. package/skills/data360-segment/CREDITS.md +3 -0
  45. package/skills/data360-segment/README.md +36 -0
  46. package/skills/data360-segment/SKILL.md +114 -0
  47. package/skills/design-systems-slds-apply/SKILL.md +322 -0
  48. package/skills/design-systems-slds-apply/checklists.md +83 -0
  49. package/skills/design-systems-slds-validate/SKILL.md +262 -0
  50. package/skills/design-systems-slds2-migrate/SKILL.md +239 -0
  51. package/skills/dx-app-analytics-query/SKILL.md +135 -0
  52. package/skills/dx-code-analyzer-configure/SKILL.md +482 -0
  53. package/skills/dx-code-analyzer-run/SKILL.md +495 -0
  54. package/skills/dx-code-analyzer-run/examples/README.md +38 -0
  55. package/skills/dx-org-switch/SKILL.md +28 -0
  56. package/skills/experience-cms-brand-apply/SKILL.md +170 -0
  57. package/skills/experience-content-media-search/SKILL.md +348 -0
  58. package/skills/experience-lwc-generate/README.md +126 -0
  59. package/skills/experience-lwc-generate/SKILL.md +190 -0
  60. package/skills/experience-lwc-generate/references/accessibility-guide.md +843 -0
  61. package/skills/experience-lwc-generate/references/advanced-features.md +108 -0
  62. package/skills/experience-lwc-generate/references/async-notification-patterns.md +661 -0
  63. package/skills/experience-lwc-generate/references/cli-commands.md +545 -0
  64. package/skills/experience-lwc-generate/references/component-patterns.md +1476 -0
  65. package/skills/experience-lwc-generate/references/flow-integration-guide.md +675 -0
  66. package/skills/experience-lwc-generate/references/jest-testing.md +1011 -0
  67. package/skills/experience-lwc-generate/references/lms-guide.md +860 -0
  68. package/skills/experience-lwc-generate/references/lwc-best-practices.md +1310 -0
  69. package/skills/experience-lwc-generate/references/performance-guide.md +861 -0
  70. package/skills/experience-lwc-generate/references/scoring-and-testing.md +116 -0
  71. package/skills/experience-lwc-generate/references/state-management.md +642 -0
  72. package/skills/experience-lwc-generate/references/template-anti-patterns.md +948 -0
  73. package/skills/experience-lwc-generate/references/triangle-pattern.md +365 -0
  74. package/skills/experience-ui-bundle-agentforce-client-generate/SKILL.md +280 -0
  75. package/skills/experience-ui-bundle-app-coordinate/SKILL.md +350 -0
  76. package/skills/experience-ui-bundle-custom-app-generate/SKILL.md +93 -0
  77. package/skills/experience-ui-bundle-deploy/SKILL.md +79 -0
  78. package/skills/experience-ui-bundle-features-generate/SKILL.md +47 -0
  79. package/skills/experience-ui-bundle-file-upload-generate/SKILL.md +398 -0
  80. package/skills/experience-ui-bundle-frontend-generate/SKILL.md +135 -0
  81. package/skills/experience-ui-bundle-metadata-generate/SKILL.md +153 -0
  82. package/skills/experience-ui-bundle-salesforce-data-access/SKILL.md +638 -0
  83. package/skills/experience-ui-bundle-site-generate/SKILL.md +92 -0
  84. package/skills/external-diagram-mermaid-generate/README.md +114 -0
  85. package/skills/external-diagram-mermaid-generate/SKILL.md +217 -0
  86. package/skills/external-diagram-mermaid-generate/references/color-palette.md +464 -0
  87. package/skills/external-diagram-mermaid-generate/references/diagram-conventions.md +313 -0
  88. package/skills/external-diagram-mermaid-generate/references/erd-conventions.md +320 -0
  89. package/skills/external-diagram-mermaid-generate/references/mermaid-reference.md +434 -0
  90. package/skills/external-diagram-mermaid-generate/references/mermaid-styling.md +81 -0
  91. package/skills/external-diagram-mermaid-generate/references/preview-guide.md +46 -0
  92. package/skills/external-diagram-mermaid-generate/references/usage-examples.md +340 -0
  93. package/skills/external-diagram-visual-generate/README.md +83 -0
  94. package/skills/external-diagram-visual-generate/SKILL.md +207 -0
  95. package/skills/external-diagram-visual-generate/references/architect-aesthetic-guide.md +257 -0
  96. package/skills/external-diagram-visual-generate/references/examples-index.md +35 -0
  97. package/skills/external-diagram-visual-generate/references/gemini-cli-setup.md +65 -0
  98. package/skills/external-diagram-visual-generate/references/interview-questions.md +529 -0
  99. package/skills/external-diagram-visual-generate/references/iteration-workflow.md +173 -0
  100. package/skills/external-diagram-visual-generate/scripts/check-prerequisites.sh +101 -0
  101. package/skills/integration-connectivity-connected-app-configure/README.md +99 -0
  102. package/skills/integration-connectivity-connected-app-configure/SKILL.md +223 -0
  103. package/skills/integration-connectivity-connected-app-configure/references/example-usage.md +256 -0
  104. package/skills/integration-connectivity-connected-app-configure/references/migration-guide.md +328 -0
  105. package/skills/integration-connectivity-connected-app-configure/references/oauth-flows-reference.md +660 -0
  106. package/skills/integration-connectivity-connected-app-configure/references/security-checklist.md +209 -0
  107. package/skills/integration-connectivity-connected-app-configure/references/testing-validation-guide.md +275 -0
  108. package/skills/integration-connectivity-generate/README.md +95 -0
  109. package/skills/integration-connectivity-generate/SKILL.md +191 -0
  110. package/skills/integration-connectivity-generate/references/callout-patterns.md +719 -0
  111. package/skills/integration-connectivity-generate/references/cdc-guide.md +288 -0
  112. package/skills/integration-connectivity-generate/references/cli-reference.md +94 -0
  113. package/skills/integration-connectivity-generate/references/event-driven-architecture-guide.md +266 -0
  114. package/skills/integration-connectivity-generate/references/event-patterns.md +838 -0
  115. package/skills/integration-connectivity-generate/references/external-services-guide.md +303 -0
  116. package/skills/integration-connectivity-generate/references/messaging-api-v2.md +609 -0
  117. package/skills/integration-connectivity-generate/references/named-credentials-automation.md +201 -0
  118. package/skills/integration-connectivity-generate/references/named-credentials-guide.md +173 -0
  119. package/skills/integration-connectivity-generate/references/platform-events-guide.md +288 -0
  120. package/skills/integration-connectivity-generate/references/rest-callout-patterns.md +288 -0
  121. package/skills/integration-connectivity-generate/references/scoring-rubric.md +59 -0
  122. package/skills/integration-connectivity-generate/references/security-best-practices.md +248 -0
  123. package/skills/integration-connectivity-generate/scripts/README.md +100 -0
  124. package/skills/integration-eventing-cdc-configure/SKILL.md +164 -0
  125. package/skills/integration-eventing-subscription-configure/SKILL.md +152 -0
  126. package/skills/managing-suite-assignments/SKILL.md +1 -1
  127. package/skills/mobile-apps-create/SKILL.md +69 -0
  128. package/skills/mobile-platform-native-capabilities-integrate/SKILL.md +181 -0
  129. package/skills/mobile-platform-offline-validate/SKILL.md +167 -0
  130. package/skills/omnistudio-callable-apex-generate/README.md +80 -0
  131. package/skills/omnistudio-callable-apex-generate/SKILL.md +275 -0
  132. package/skills/omnistudio-callable-apex-generate/examples/Test_QuoteByProductCallable/TRANSCRIPT.md +115 -0
  133. package/skills/omnistudio-callable-apex-generate/examples/Test_VlocityOpenInterface2Conversion/TRANSCRIPT.md +120 -0
  134. package/skills/omnistudio-callable-apex-generate/examples/Test_VlocityOpenInterfaceConversion/TRANSCRIPT.md +75 -0
  135. package/skills/omnistudio-datamapper-generate/SKILL.md +269 -0
  136. package/skills/omnistudio-datamapper-generate/references/best-practices.md +277 -0
  137. package/skills/omnistudio-datamapper-generate/references/naming-conventions.md +145 -0
  138. package/skills/omnistudio-datapacks-deploy/README.md +88 -0
  139. package/skills/omnistudio-datapacks-deploy/SKILL.md +173 -0
  140. package/skills/omnistudio-datapacks-deploy/examples/business-internet-plus-bundle/TRANSCRIPT.md +124 -0
  141. package/skills/omnistudio-datapacks-deploy/examples/business-internet-plus-bundle-deploy/TRANSCRIPT.md +142 -0
  142. package/skills/omnistudio-dependencies-analyze/SKILL.md +476 -0
  143. package/skills/omnistudio-dependencies-analyze/references/dependency-patterns.md +508 -0
  144. package/skills/omnistudio-dependencies-analyze/references/namespace-guide.md +300 -0
  145. package/skills/omnistudio-epc-catalog-generate/README.md +89 -0
  146. package/skills/omnistudio-epc-catalog-generate/SKILL.md +394 -0
  147. package/skills/omnistudio-epc-catalog-generate/examples/business-internet-plus-bundle/TRANSCRIPT.md +58 -0
  148. package/skills/omnistudio-epc-catalog-generate/references/epc-field-guide.md +90 -0
  149. package/skills/omnistudio-epc-catalog-generate/references/naming-conventions.md +80 -0
  150. package/skills/omnistudio-flexcard-generate/SKILL.md +324 -0
  151. package/skills/omnistudio-flexcard-generate/references/best-practices.md +291 -0
  152. package/skills/omnistudio-flexcard-generate/references/data-binding-guide.md +311 -0
  153. package/skills/omnistudio-integration-procedure-generate/SKILL.md +274 -0
  154. package/skills/omnistudio-integration-procedure-generate/references/best-practices.md +388 -0
  155. package/skills/omnistudio-integration-procedure-generate/references/element-types.md +588 -0
  156. package/skills/omnistudio-omniscript-generate/SKILL.md +366 -0
  157. package/skills/omnistudio-omniscript-generate/references/best-practices.md +480 -0
  158. package/skills/omnistudio-omniscript-generate/references/element-types.md +1172 -0
  159. package/skills/platform-agentexchange-partner-offers-configure/SKILL.md +111 -0
  160. package/skills/platform-apex-generate/SKILL.md +409 -0
  161. package/skills/platform-apex-logs-debug/README.md +74 -0
  162. package/skills/platform-apex-logs-debug/SKILL.md +171 -0
  163. package/skills/platform-apex-logs-debug/references/analysis-playbook.md +53 -0
  164. package/skills/platform-apex-logs-debug/references/benchmarking-guide.md +287 -0
  165. package/skills/platform-apex-logs-debug/references/cli-commands.md +368 -0
  166. package/skills/platform-apex-logs-debug/references/debug-log-reference.md +328 -0
  167. package/skills/platform-apex-logs-debug/references/log-analysis-tools.md +248 -0
  168. package/skills/platform-apex-test-generate/SKILL.md +201 -0
  169. package/skills/platform-apex-test-run/README.md +94 -0
  170. package/skills/platform-apex-test-run/SKILL.md +157 -0
  171. package/skills/platform-apex-test-run/references/cli-commands.md +289 -0
  172. package/skills/platform-apex-test-run/references/mocking-patterns.md +500 -0
  173. package/skills/platform-apex-test-run/references/performance-optimization.md +283 -0
  174. package/skills/platform-apex-test-run/references/test-fix-loop.md +49 -0
  175. package/skills/platform-apex-test-run/references/test-patterns.md +154 -0
  176. package/skills/platform-apex-test-run/references/testing-best-practices.md +509 -0
  177. package/skills/platform-custom-application-generate/SKILL.md +211 -0
  178. package/skills/platform-custom-field-generate/SKILL.md +503 -0
  179. package/skills/platform-custom-lightning-type-generate/SKILL.md +180 -0
  180. package/skills/platform-custom-object-generate/SKILL.md +240 -0
  181. package/skills/platform-custom-tab-generate/SKILL.md +156 -0
  182. package/skills/platform-data-manage/README.md +112 -0
  183. package/skills/platform-data-manage/SKILL.md +234 -0
  184. package/skills/platform-data-manage/references/anonymous-apex-guide.md +98 -0
  185. package/skills/platform-data-manage/references/bulk-operations-guide.md +94 -0
  186. package/skills/platform-data-manage/references/bulk-testing-example.md +194 -0
  187. package/skills/platform-data-manage/references/cleanup-rollback-example.md +322 -0
  188. package/skills/platform-data-manage/references/cleanup-rollback-guide.md +84 -0
  189. package/skills/platform-data-manage/references/crud-workflow-example.md +183 -0
  190. package/skills/platform-data-manage/references/governor-limits-reference.md +74 -0
  191. package/skills/platform-data-manage/references/orchestration.md +174 -0
  192. package/skills/platform-data-manage/references/relationship-query-examples.md +249 -0
  193. package/skills/platform-data-manage/references/sf-cli-data-commands.md +158 -0
  194. package/skills/platform-data-manage/references/soql-relationship-guide.md +84 -0
  195. package/skills/platform-data-manage/references/test-data-best-practices.md +104 -0
  196. package/skills/platform-data-manage/references/test-data-factory-usage.md +290 -0
  197. package/skills/platform-data-manage/references/test-data-patterns.md +98 -0
  198. package/skills/platform-docs-get/README.md +66 -0
  199. package/skills/platform-docs-get/SKILL.md +208 -0
  200. package/skills/platform-flexipage-generate/SKILL.md +522 -0
  201. package/skills/platform-lightning-app-coordinate/SKILL.md +423 -0
  202. package/skills/platform-list-view-generate/SKILL.md +218 -0
  203. package/skills/platform-metadata-api-context-get/README.md +79 -0
  204. package/skills/platform-metadata-api-context-get/SKILL.md +466 -0
  205. package/skills/platform-metadata-api-context-get/data/metadata_api/AIApplication.json +37 -0
  206. package/skills/platform-metadata-api-context-get/data/metadata_api/AIApplicationConfig.json +53 -0
  207. package/skills/platform-metadata-api-context-get/data/metadata_api/AIReplyRecommendationsSettings.json +40 -0
  208. package/skills/platform-metadata-api-context-get/data/metadata_api/AIScoringModelDefinition.json +87 -0
  209. package/skills/platform-metadata-api-context-get/data/metadata_api/AIUsecaseDefinition.json +215 -0
  210. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountInsightsSettings.json +30 -0
  211. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountIntelligenceSettings.json +40 -0
  212. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountPlanObjMeasCalcDef.json +86 -0
  213. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountPlanSettings.json +32 -0
  214. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountRelationshipShareRule.json +56 -0
  215. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountSettings.json +64 -0
  216. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountingFieldMapping.json +70 -0
  217. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountingModelConfig.json +94 -0
  218. package/skills/platform-metadata-api-context-get/data/metadata_api/AccountingSettings.json +53 -0
  219. package/skills/platform-metadata-api-context-get/data/metadata_api/ActionLinkGroupTemplate.json +118 -0
  220. package/skills/platform-metadata-api-context-get/data/metadata_api/ActionOverride.json +70 -0
  221. package/skills/platform-metadata-api-context-get/data/metadata_api/ActionPlanTemplate.json +166 -0
  222. package/skills/platform-metadata-api-context-get/data/metadata_api/ActionableListDefinition.json +114 -0
  223. package/skills/platform-metadata-api-context-get/data/metadata_api/ActionsSettings.json +44 -0
  224. package/skills/platform-metadata-api-context-get/data/metadata_api/ActivationPlatform.json +95 -0
  225. package/skills/platform-metadata-api-context-get/data/metadata_api/ActivationPlatformActvAttr.json +8 -0
  226. package/skills/platform-metadata-api-context-get/data/metadata_api/ActivationPlatformField.json +55 -0
  227. package/skills/platform-metadata-api-context-get/data/metadata_api/ActivitiesSettings.json +136 -0
  228. package/skills/platform-metadata-api-context-get/data/metadata_api/ActvPfrmDataConnectorS3.json +41 -0
  229. package/skills/platform-metadata-api-context-get/data/metadata_api/ActvPlatformAdncIdentifier.json +46 -0
  230. package/skills/platform-metadata-api-context-get/data/metadata_api/ActvPlatformFieldValue.json +50 -0
  231. package/skills/platform-metadata-api-context-get/data/metadata_api/AddressSettings.json +90 -0
  232. package/skills/platform-metadata-api-context-get/data/metadata_api/AdvAccountForecastSet.json +261 -0
  233. package/skills/platform-metadata-api-context-get/data/metadata_api/AffinityScoreDefinition.json +74 -0
  234. package/skills/platform-metadata-api-context-get/data/metadata_api/AgentPlatformSettings.json +32 -0
  235. package/skills/platform-metadata-api-context-get/data/metadata_api/AgentforceForDevelopersSettings.json +32 -0
  236. package/skills/platform-metadata-api-context-get/data/metadata_api/AiAuthoringBundle.json +44 -0
  237. package/skills/platform-metadata-api-context-get/data/metadata_api/AiEvaluationDefinition.json +153 -0
  238. package/skills/platform-metadata-api-context-get/data/metadata_api/AiPluginUtteranceDef.json +40 -0
  239. package/skills/platform-metadata-api-context-get/data/metadata_api/AllOrNoneHeader.json +17 -0
  240. package/skills/platform-metadata-api-context-get/data/metadata_api/AnalyticSnapshot.json +80 -0
  241. package/skills/platform-metadata-api-context-get/data/metadata_api/AnalyticsDashboard.json +369 -0
  242. package/skills/platform-metadata-api-context-get/data/metadata_api/AnalyticsSettings.json +488 -0
  243. package/skills/platform-metadata-api-context-get/data/metadata_api/AnalyticsVisualization.json +180 -0
  244. package/skills/platform-metadata-api-context-get/data/metadata_api/AnalyticsWorkspace.json +71 -0
  245. package/skills/platform-metadata-api-context-get/data/metadata_api/AnimationRule.json +71 -0
  246. package/skills/platform-metadata-api-context-get/data/metadata_api/ApexClass.json +70 -0
  247. package/skills/platform-metadata-api-context-get/data/metadata_api/ApexComponent.json +44 -0
  248. package/skills/platform-metadata-api-context-get/data/metadata_api/ApexEmailNotifications.json +49 -0
  249. package/skills/platform-metadata-api-context-get/data/metadata_api/ApexPage.json +64 -0
  250. package/skills/platform-metadata-api-context-get/data/metadata_api/ApexSettings.json +96 -0
  251. package/skills/platform-metadata-api-context-get/data/metadata_api/ApexTestSuite.json +32 -0
  252. package/skills/platform-metadata-api-context-get/data/metadata_api/ApexTrigger.json +52 -0
  253. package/skills/platform-metadata-api-context-get/data/metadata_api/AppAnalyticsSettings.json +36 -0
  254. package/skills/platform-metadata-api-context-get/data/metadata_api/AppExperienceSettings.json +32 -0
  255. package/skills/platform-metadata-api-context-get/data/metadata_api/AppFrameworkTemplateBundle.json +52 -0
  256. package/skills/platform-metadata-api-context-get/data/metadata_api/AppMenu.json +10 -0
  257. package/skills/platform-metadata-api-context-get/data/metadata_api/AppointmentAssignmentPolicy.json +48 -0
  258. package/skills/platform-metadata-api-context-get/data/metadata_api/AppointmentSchedulingPolicy.json +102 -0
  259. package/skills/platform-metadata-api-context-get/data/metadata_api/ApprovalProcess.json +234 -0
  260. package/skills/platform-metadata-api-context-get/data/metadata_api/ArticleType.json +81 -0
  261. package/skills/platform-metadata-api-context-get/data/metadata_api/ArticleType_CustomField.json +88 -0
  262. package/skills/platform-metadata-api-context-get/data/metadata_api/ArticleType_Layout.json +63 -0
  263. package/skills/platform-metadata-api-context-get/data/metadata_api/AssessmentQuestion.json +117 -0
  264. package/skills/platform-metadata-api-context-get/data/metadata_api/AssessmentQuestionSet.json +41 -0
  265. package/skills/platform-metadata-api-context-get/data/metadata_api/AssignmentRules.json +87 -0
  266. package/skills/platform-metadata-api-context-get/data/metadata_api/AssociationEngineSettings.json +32 -0
  267. package/skills/platform-metadata-api-context-get/data/metadata_api/AsyncResult.json +89 -0
  268. package/skills/platform-metadata-api-context-get/data/metadata_api/Audience.json +172 -0
  269. package/skills/platform-metadata-api-context-get/data/metadata_api/AuraDefinitionBundle.json +94 -0
  270. package/skills/platform-metadata-api-context-get/data/metadata_api/AuthProvider.json +169 -0
  271. package/skills/platform-metadata-api-context-get/data/metadata_api/AutoResponseRules.json +79 -0
  272. package/skills/platform-metadata-api-context-get/data/metadata_api/AutomatedContactsSettings.json +44 -0
  273. package/skills/platform-metadata-api-context-get/data/metadata_api/BaseSharingRule.json +24 -0
  274. package/skills/platform-metadata-api-context-get/data/metadata_api/BatchCalcJobDefinition.json +849 -0
  275. package/skills/platform-metadata-api-context-get/data/metadata_api/BatchProcessJobDefinition.json +175 -0
  276. package/skills/platform-metadata-api-context-get/data/metadata_api/BillingSettings.json +152 -0
  277. package/skills/platform-metadata-api-context-get/data/metadata_api/BlacklistedConsumer.json +47 -0
  278. package/skills/platform-metadata-api-context-get/data/metadata_api/Bot.json +197 -0
  279. package/skills/platform-metadata-api-context-get/data/metadata_api/BotBlock.json +86 -0
  280. package/skills/platform-metadata-api-context-get/data/metadata_api/BotSettings.json +32 -0
  281. package/skills/platform-metadata-api-context-get/data/metadata_api/BotTemplate.json +96 -0
  282. package/skills/platform-metadata-api-context-get/data/metadata_api/BotVersion.json +667 -0
  283. package/skills/platform-metadata-api-context-get/data/metadata_api/BranchManagementSettings.json +32 -0
  284. package/skills/platform-metadata-api-context-get/data/metadata_api/BrandingSet.json +146 -0
  285. package/skills/platform-metadata-api-context-get/data/metadata_api/BriefcaseDefinition.json +127 -0
  286. package/skills/platform-metadata-api-context-get/data/metadata_api/BusinessHoursSettings.json +175 -0
  287. package/skills/platform-metadata-api-context-get/data/metadata_api/BusinessProcess.json +47 -0
  288. package/skills/platform-metadata-api-context-get/data/metadata_api/BusinessProcessGroup.json +91 -0
  289. package/skills/platform-metadata-api-context-get/data/metadata_api/CMSConnectSource.json +197 -0
  290. package/skills/platform-metadata-api-context-get/data/metadata_api/CallCenter.json +124 -0
  291. package/skills/platform-metadata-api-context-get/data/metadata_api/CallCenterRoutingMap.json +58 -0
  292. package/skills/platform-metadata-api-context-get/data/metadata_api/CallCoachingMediaProvider.json +40 -0
  293. package/skills/platform-metadata-api-context-get/data/metadata_api/CallOptions.json +17 -0
  294. package/skills/platform-metadata-api-context-get/data/metadata_api/CampaignInfluenceModel.json +59 -0
  295. package/skills/platform-metadata-api-context-get/data/metadata_api/CampaignSettings.json +71 -0
  296. package/skills/platform-metadata-api-context-get/data/metadata_api/CancelDeployResult.json +10 -0
  297. package/skills/platform-metadata-api-context-get/data/metadata_api/CareBenefitVerifySettings.json +70 -0
  298. package/skills/platform-metadata-api-context-get/data/metadata_api/CareLimitType.json +46 -0
  299. package/skills/platform-metadata-api-context-get/data/metadata_api/CareProviderSearchConfig.json +54 -0
  300. package/skills/platform-metadata-api-context-get/data/metadata_api/CareRequestConfiguration.json +57 -0
  301. package/skills/platform-metadata-api-context-get/data/metadata_api/CareSystemFieldMapping.json +58 -0
  302. package/skills/platform-metadata-api-context-get/data/metadata_api/CaseSettings.json +423 -0
  303. package/skills/platform-metadata-api-context-get/data/metadata_api/CaseSubjectParticle.json +35 -0
  304. package/skills/platform-metadata-api-context-get/data/metadata_api/CatalogedApi.json +97 -0
  305. package/skills/platform-metadata-api-context-get/data/metadata_api/CatalogedApiArtifactVersionInfo.json +46 -0
  306. package/skills/platform-metadata-api-context-get/data/metadata_api/CatalogedApiVersion.json +51 -0
  307. package/skills/platform-metadata-api-context-get/data/metadata_api/Certificate.json +54 -0
  308. package/skills/platform-metadata-api-context-get/data/metadata_api/ChannelLayout.json +63 -0
  309. package/skills/platform-metadata-api-context-get/data/metadata_api/ChatterAnswersSettings.json +76 -0
  310. package/skills/platform-metadata-api-context-get/data/metadata_api/ChatterEmailsMDSettings.json +68 -0
  311. package/skills/platform-metadata-api-context-get/data/metadata_api/ChatterExtension.json +64 -0
  312. package/skills/platform-metadata-api-context-get/data/metadata_api/ChatterSettings.json +92 -0
  313. package/skills/platform-metadata-api-context-get/data/metadata_api/ChoiceList.json +66 -0
  314. package/skills/platform-metadata-api-context-get/data/metadata_api/ClaimFinancialSettings.json +51 -0
  315. package/skills/platform-metadata-api-context-get/data/metadata_api/ClauseCatgConfiguration.json +45 -0
  316. package/skills/platform-metadata-api-context-get/data/metadata_api/CleanDataService.json +166 -0
  317. package/skills/platform-metadata-api-context-get/data/metadata_api/CodeBuilderSettings.json +32 -0
  318. package/skills/platform-metadata-api-context-get/data/metadata_api/CollectionsDashboardSettings.json +32 -0
  319. package/skills/platform-metadata-api-context-get/data/metadata_api/CommerceSettings.json +80 -0
  320. package/skills/platform-metadata-api-context-get/data/metadata_api/CommunitiesSettings.json +116 -0
  321. package/skills/platform-metadata-api-context-get/data/metadata_api/Community.json +121 -0
  322. package/skills/platform-metadata-api-context-get/data/metadata_api/CommunityTemplateDefinition.json +116 -0
  323. package/skills/platform-metadata-api-context-get/data/metadata_api/CommunityThemeDefinition.json +146 -0
  324. package/skills/platform-metadata-api-context-get/data/metadata_api/CompactLayout.json +32 -0
  325. package/skills/platform-metadata-api-context-get/data/metadata_api/CompanySettings.json +49 -0
  326. package/skills/platform-metadata-api-context-get/data/metadata_api/ConnectedApp.json +384 -0
  327. package/skills/platform-metadata-api-context-get/data/metadata_api/ConnectedAppSettings.json +40 -0
  328. package/skills/platform-metadata-api-context-get/data/metadata_api/ContentAsset.json +121 -0
  329. package/skills/platform-metadata-api-context-get/data/metadata_api/ContentSettings.json +116 -0
  330. package/skills/platform-metadata-api-context-get/data/metadata_api/ContentTypeBundle.json +64 -0
  331. package/skills/platform-metadata-api-context-get/data/metadata_api/ContextDefinition.json +340 -0
  332. package/skills/platform-metadata-api-context-get/data/metadata_api/ContractSettings.json +36 -0
  333. package/skills/platform-metadata-api-context-get/data/metadata_api/ConvIntelligenceSignalRule.json +106 -0
  334. package/skills/platform-metadata-api-context-get/data/metadata_api/ConversationChannelDefinition.json +140 -0
  335. package/skills/platform-metadata-api-context-get/data/metadata_api/ConversationMessageDefinition.json +380 -0
  336. package/skills/platform-metadata-api-context-get/data/metadata_api/ConversationMessageDefinitionTranslation.json +49 -0
  337. package/skills/platform-metadata-api-context-get/data/metadata_api/ConversationVendorInfo.json +148 -0
  338. package/skills/platform-metadata-api-context-get/data/metadata_api/ConversationalIntelligenceSettings.json +76 -0
  339. package/skills/platform-metadata-api-context-get/data/metadata_api/CorsWhitelistOrigin.json +32 -0
  340. package/skills/platform-metadata-api-context-get/data/metadata_api/CriteriaBasedSharingRule.json +206 -0
  341. package/skills/platform-metadata-api-context-get/data/metadata_api/CspTrustedSite.json +82 -0
  342. package/skills/platform-metadata-api-context-get/data/metadata_api/CurrencySettings.json +48 -0
  343. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomAddressFieldSettings.json +32 -0
  344. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomApplication.json +453 -0
  345. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomApplicationComponent.json +72 -0
  346. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomFeedFilter.json +63 -0
  347. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomField.json +392 -0
  348. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomFieldDisplay.json +45 -0
  349. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomHelpMenuSection.json +57 -0
  350. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomIndex.json +36 -0
  351. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomLabels.json +69 -0
  352. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomMetadata.json +90 -0
  353. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomNotificationType.json +94 -0
  354. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomObject.json +313 -0
  355. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomObjectTranslation.json +319 -0
  356. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomPageWebLink.json +121 -0
  357. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomPermission.json +65 -0
  358. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomSite.json +288 -0
  359. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomTab.json +97 -0
  360. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomValue.json +85 -0
  361. package/skills/platform-metadata-api-context-get/data/metadata_api/CustomerDataPlatformSettings.json +32 -0
  362. package/skills/platform-metadata-api-context-get/data/metadata_api/Dashboard.json +584 -0
  363. package/skills/platform-metadata-api-context-get/data/metadata_api/DataCategoryGroup.json +81 -0
  364. package/skills/platform-metadata-api-context-get/data/metadata_api/DataConnector.json +230 -0
  365. package/skills/platform-metadata-api-context-get/data/metadata_api/DataConnectorIngestApi.json +41 -0
  366. package/skills/platform-metadata-api-context-get/data/metadata_api/DataConnectorS3.json +44 -0
  367. package/skills/platform-metadata-api-context-get/data/metadata_api/DataDotComSettings.json +56 -0
  368. package/skills/platform-metadata-api-context-get/data/metadata_api/DataImportManagementSettings.json +32 -0
  369. package/skills/platform-metadata-api-context-get/data/metadata_api/DataKitObjectDependency.json +49 -0
  370. package/skills/platform-metadata-api-context-get/data/metadata_api/DataKitObjectTemplate.json +59 -0
  371. package/skills/platform-metadata-api-context-get/data/metadata_api/DataObjectBuildOrgTemplate.json +61 -0
  372. package/skills/platform-metadata-api-context-get/data/metadata_api/DataObjectSearchIndexConf.json +62 -0
  373. package/skills/platform-metadata-api-context-get/data/metadata_api/DataPackageKitDefinition.json +74 -0
  374. package/skills/platform-metadata-api-context-get/data/metadata_api/DataPackageKitObject.json +47 -0
  375. package/skills/platform-metadata-api-context-get/data/metadata_api/DataSource.json +29 -0
  376. package/skills/platform-metadata-api-context-get/data/metadata_api/DataSourceBundleDefinition.json +57 -0
  377. package/skills/platform-metadata-api-context-get/data/metadata_api/DataSourceField.json +115 -0
  378. package/skills/platform-metadata-api-context-get/data/metadata_api/DataSourceObject.json +93 -0
  379. package/skills/platform-metadata-api-context-get/data/metadata_api/DataSourceTenant.json +8 -0
  380. package/skills/platform-metadata-api-context-get/data/metadata_api/DataSrcDataModelFieldMap.json +69 -0
  381. package/skills/platform-metadata-api-context-get/data/metadata_api/DataStreamDefinition.json +105 -0
  382. package/skills/platform-metadata-api-context-get/data/metadata_api/DataStreamTemplate.json +99 -0
  383. package/skills/platform-metadata-api-context-get/data/metadata_api/DataWeaveResource.json +46 -0
  384. package/skills/platform-metadata-api-context-get/data/metadata_api/DebuggingHeader.json +20 -0
  385. package/skills/platform-metadata-api-context-get/data/metadata_api/DecisionMatrixDefinition.json +140 -0
  386. package/skills/platform-metadata-api-context-get/data/metadata_api/DecisionTable.json +211 -0
  387. package/skills/platform-metadata-api-context-get/data/metadata_api/DecisionTableDatasetLink.json +72 -0
  388. package/skills/platform-metadata-api-context-get/data/metadata_api/DelegateGroup.json +62 -0
  389. package/skills/platform-metadata-api-context-get/data/metadata_api/DeleteResult.json +22 -0
  390. package/skills/platform-metadata-api-context-get/data/metadata_api/DeployResult.json +253 -0
  391. package/skills/platform-metadata-api-context-get/data/metadata_api/DeploymentSettings.json +32 -0
  392. package/skills/platform-metadata-api-context-get/data/metadata_api/DescribeMetadataResult.json +31 -0
  393. package/skills/platform-metadata-api-context-get/data/metadata_api/DescribeValueTypeResult.json +56 -0
  394. package/skills/platform-metadata-api-context-get/data/metadata_api/DevHubSettings.json +60 -0
  395. package/skills/platform-metadata-api-context-get/data/metadata_api/DgtAssetMgmtProvider.json +43 -0
  396. package/skills/platform-metadata-api-context-get/data/metadata_api/DgtAssetMgmtPrvdLghtCpnt.json +48 -0
  397. package/skills/platform-metadata-api-context-get/data/metadata_api/DigitalExperienceBundle.json +102 -0
  398. package/skills/platform-metadata-api-context-get/data/metadata_api/DigitalExperienceBundle_Marketing_Workspace_Bundle_and_Folders.json +8 -0
  399. package/skills/platform-metadata-api-context-get/data/metadata_api/DigitalExperienceBundle_Site_Workspace_Bundle_and_Folders.json +541 -0
  400. package/skills/platform-metadata-api-context-get/data/metadata_api/DigitalExperienceConfig.json +51 -0
  401. package/skills/platform-metadata-api-context-get/data/metadata_api/DisclosureDefinition.json +45 -0
  402. package/skills/platform-metadata-api-context-get/data/metadata_api/DisclosureDefinitionVersion.json +78 -0
  403. package/skills/platform-metadata-api-context-get/data/metadata_api/DisclosureType.json +53 -0
  404. package/skills/platform-metadata-api-context-get/data/metadata_api/DiscoveryAIModel.json +263 -0
  405. package/skills/platform-metadata-api-context-get/data/metadata_api/DiscoveryGoal.json +361 -0
  406. package/skills/platform-metadata-api-context-get/data/metadata_api/DiscoveryStory.json +98 -0
  407. package/skills/platform-metadata-api-context-get/data/metadata_api/Document.json +54 -0
  408. package/skills/platform-metadata-api-context-get/data/metadata_api/DocumentCategory.json +42 -0
  409. package/skills/platform-metadata-api-context-get/data/metadata_api/DocumentCategoryDocumentType.json +48 -0
  410. package/skills/platform-metadata-api-context-get/data/metadata_api/DocumentChecklistSettings.json +36 -0
  411. package/skills/platform-metadata-api-context-get/data/metadata_api/DocumentGenerationSetting.json +60 -0
  412. package/skills/platform-metadata-api-context-get/data/metadata_api/DocumentType.json +43 -0
  413. package/skills/platform-metadata-api-context-get/data/metadata_api/DuplicateRule.json +160 -0
  414. package/skills/platform-metadata-api-context-get/data/metadata_api/DynamicFormsSettings.json +32 -0
  415. package/skills/platform-metadata-api-context-get/data/metadata_api/EACSettings.json +112 -0
  416. package/skills/platform-metadata-api-context-get/data/metadata_api/EclairGeoData.json +73 -0
  417. package/skills/platform-metadata-api-context-get/data/metadata_api/EinsteinAISettings.json +45 -0
  418. package/skills/platform-metadata-api-context-get/data/metadata_api/EinsteinAgentSettings.json +40 -0
  419. package/skills/platform-metadata-api-context-get/data/metadata_api/EinsteinGptSettings.json +64 -0
  420. package/skills/platform-metadata-api-context-get/data/metadata_api/EmailAdministrationSettings.json +104 -0
  421. package/skills/platform-metadata-api-context-get/data/metadata_api/EmailAuthorizationSettings.json +32 -0
  422. package/skills/platform-metadata-api-context-get/data/metadata_api/EmailIntegrationSettings.json +92 -0
  423. package/skills/platform-metadata-api-context-get/data/metadata_api/EmailServicesFunction.json +116 -0
  424. package/skills/platform-metadata-api-context-get/data/metadata_api/EmailTemplate.json +116 -0
  425. package/skills/platform-metadata-api-context-get/data/metadata_api/EmailTemplateSettings.json +32 -0
  426. package/skills/platform-metadata-api-context-get/data/metadata_api/EmbeddedServiceBranding.json +78 -0
  427. package/skills/platform-metadata-api-context-get/data/metadata_api/EmbeddedServiceConfig.json +318 -0
  428. package/skills/platform-metadata-api-context-get/data/metadata_api/EmbeddedServiceFieldService.json +73 -0
  429. package/skills/platform-metadata-api-context-get/data/metadata_api/EmbeddedServiceFlowConfig.json +32 -0
  430. package/skills/platform-metadata-api-context-get/data/metadata_api/EmbeddedServiceLiveAgent.json +141 -0
  431. package/skills/platform-metadata-api-context-get/data/metadata_api/EmbeddedServiceMenuSettings.json +165 -0
  432. package/skills/platform-metadata-api-context-get/data/metadata_api/EmployeeUserSettings.json +54 -0
  433. package/skills/platform-metadata-api-context-get/data/metadata_api/EnablementMeasureDefinition.json +139 -0
  434. package/skills/platform-metadata-api-context-get/data/metadata_api/EnablementProgramDefinition.json +241 -0
  435. package/skills/platform-metadata-api-context-get/data/metadata_api/EnblProgramTaskSubCategory.json +47 -0
  436. package/skills/platform-metadata-api-context-get/data/metadata_api/EncryptionKeySettings.json +51 -0
  437. package/skills/platform-metadata-api-context-get/data/metadata_api/EnhancedNotesSettings.json +36 -0
  438. package/skills/platform-metadata-api-context-get/data/metadata_api/EntitlementProcess.json +147 -0
  439. package/skills/platform-metadata-api-context-get/data/metadata_api/EntitlementSettings.json +80 -0
  440. package/skills/platform-metadata-api-context-get/data/metadata_api/EntitlementTemplate.json +52 -0
  441. package/skills/platform-metadata-api-context-get/data/metadata_api/Error.json +25 -0
  442. package/skills/platform-metadata-api-context-get/data/metadata_api/EscalationRules.json +117 -0
  443. package/skills/platform-metadata-api-context-get/data/metadata_api/EventDelivery.json +57 -0
  444. package/skills/platform-metadata-api-context-get/data/metadata_api/EventRelayConfig.json +55 -0
  445. package/skills/platform-metadata-api-context-get/data/metadata_api/EventSettings.json +76 -0
  446. package/skills/platform-metadata-api-context-get/data/metadata_api/EventSubscription.json +62 -0
  447. package/skills/platform-metadata-api-context-get/data/metadata_api/ExperienceBundle.json +387 -0
  448. package/skills/platform-metadata-api-context-get/data/metadata_api/ExperienceBundleSettings.json +25 -0
  449. package/skills/platform-metadata-api-context-get/data/metadata_api/ExperiencePropertyTypeBundle.json +68 -0
  450. package/skills/platform-metadata-api-context-get/data/metadata_api/ExplainabilityMsgTemplate.json +56 -0
  451. package/skills/platform-metadata-api-context-get/data/metadata_api/ExpressionSetDefinition.json +496 -0
  452. package/skills/platform-metadata-api-context-get/data/metadata_api/ExpressionSetMessageToken.json +42 -0
  453. package/skills/platform-metadata-api-context-get/data/metadata_api/ExpressionSetObjectAlias.json +61 -0
  454. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalAIModel.json +54 -0
  455. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalAuthIdentityProvider.json +79 -0
  456. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalClientAppSettings.json +40 -0
  457. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalClientApplication.json +72 -0
  458. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalCredential.json +94 -0
  459. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalDataConnector.json +51 -0
  460. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalDataSource.json +162 -0
  461. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalDataTranObject.json +191 -0
  462. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalDataTransportFieldTemplate.json +8 -0
  463. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalDataTransportObjectTemplate.json +8 -0
  464. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalServiceRegistration.json +121 -0
  465. package/skills/platform-metadata-api-context-get/data/metadata_api/ExternalServicesSettings.json +34 -0
  466. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppCanvasSettings.json +63 -0
  467. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppConfigurablePolicies.json +75 -0
  468. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppGlobalOauthSettings.json +135 -0
  469. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppMobileConfigurablePolicies.json +34 -0
  470. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppMobileSettings.json +35 -0
  471. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppNotificationSettings.json +49 -0
  472. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppOauthConfigurablePolicies.json +153 -0
  473. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppOauthSettings.json +120 -0
  474. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppPushConfigurablePolicies.json +35 -0
  475. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppPushSettings.json +93 -0
  476. package/skills/platform-metadata-api-context-get/data/metadata_api/ExtlClntAppSamlConfigurablePolicies.json +119 -0
  477. package/skills/platform-metadata-api-context-get/data/metadata_api/FeatureParameterBoolean.json +47 -0
  478. package/skills/platform-metadata-api-context-get/data/metadata_api/FeatureParameterDate.json +47 -0
  479. package/skills/platform-metadata-api-context-get/data/metadata_api/FeatureParameterInteger.json +47 -0
  480. package/skills/platform-metadata-api-context-get/data/metadata_api/FieldMappingConfig.json +43 -0
  481. package/skills/platform-metadata-api-context-get/data/metadata_api/FieldRestrictionRule.json +80 -0
  482. package/skills/platform-metadata-api-context-get/data/metadata_api/FieldServiceSettings.json +226 -0
  483. package/skills/platform-metadata-api-context-get/data/metadata_api/FieldSet.json +60 -0
  484. package/skills/platform-metadata-api-context-get/data/metadata_api/FieldSrcTrgtRelationship.json +56 -0
  485. package/skills/platform-metadata-api-context-get/data/metadata_api/FileUploadAndDownloadSecuritySettings.json +53 -0
  486. package/skills/platform-metadata-api-context-get/data/metadata_api/FilesConnectSettings.json +40 -0
  487. package/skills/platform-metadata-api-context-get/data/metadata_api/FlexiPage.json +355 -0
  488. package/skills/platform-metadata-api-context-get/data/metadata_api/Flow.json +2377 -0
  489. package/skills/platform-metadata-api-context-get/data/metadata_api/FlowCategory.json +51 -0
  490. package/skills/platform-metadata-api-context-get/data/metadata_api/FlowDefinition.json +37 -0
  491. package/skills/platform-metadata-api-context-get/data/metadata_api/FlowSettings.json +124 -0
  492. package/skills/platform-metadata-api-context-get/data/metadata_api/FlowTest.json +205 -0
  493. package/skills/platform-metadata-api-context-get/data/metadata_api/FlowValueMap.json +68 -0
  494. package/skills/platform-metadata-api-context-get/data/metadata_api/Folder.json +50 -0
  495. package/skills/platform-metadata-api-context-get/data/metadata_api/FolderShare.json +45 -0
  496. package/skills/platform-metadata-api-context-get/data/metadata_api/ForecastingFilter.json +48 -0
  497. package/skills/platform-metadata-api-context-get/data/metadata_api/ForecastingFilterCondition.json +62 -0
  498. package/skills/platform-metadata-api-context-get/data/metadata_api/ForecastingObjectListSettings.json +77 -0
  499. package/skills/platform-metadata-api-context-get/data/metadata_api/ForecastingSettings.json +303 -0
  500. package/skills/platform-metadata-api-context-get/data/metadata_api/ForecastingSourceDefinition.json +62 -0
  501. package/skills/platform-metadata-api-context-get/data/metadata_api/ForecastingType.json +100 -0
  502. package/skills/platform-metadata-api-context-get/data/metadata_api/ForecastingTypeSource.json +60 -0
  503. package/skills/platform-metadata-api-context-get/data/metadata_api/FuelType.json +52 -0
  504. package/skills/platform-metadata-api-context-get/data/metadata_api/FuelTypeSustnUom.json +45 -0
  505. package/skills/platform-metadata-api-context-get/data/metadata_api/FunctionReference.json +31 -0
  506. package/skills/platform-metadata-api-context-get/data/metadata_api/FundraisingConfig.json +86 -0
  507. package/skills/platform-metadata-api-context-get/data/metadata_api/GatewayProviderPaymentMethodType.json +50 -0
  508. package/skills/platform-metadata-api-context-get/data/metadata_api/GenAiFunction.json +171 -0
  509. package/skills/platform-metadata-api-context-get/data/metadata_api/GenAiPlanner.json +215 -0
  510. package/skills/platform-metadata-api-context-get/data/metadata_api/GenAiPlannerBundle.json +220 -0
  511. package/skills/platform-metadata-api-context-get/data/metadata_api/GenAiPlugin.json +87 -0
  512. package/skills/platform-metadata-api-context-get/data/metadata_api/GenAiPluginInstructionDef.json +42 -0
  513. package/skills/platform-metadata-api-context-get/data/metadata_api/GenAiPromptTemplate.json +183 -0
  514. package/skills/platform-metadata-api-context-get/data/metadata_api/GenAiPromptTemplateActv.json +42 -0
  515. package/skills/platform-metadata-api-context-get/data/metadata_api/GiftEntryGridTemplate.json +42 -0
  516. package/skills/platform-metadata-api-context-get/data/metadata_api/GlobalPicklist.json +43 -0
  517. package/skills/platform-metadata-api-context-get/data/metadata_api/GlobalPicklistValue.json +81 -0
  518. package/skills/platform-metadata-api-context-get/data/metadata_api/GlobalValueSet.json +46 -0
  519. package/skills/platform-metadata-api-context-get/data/metadata_api/GlobalValueSetTranslation.json +44 -0
  520. package/skills/platform-metadata-api-context-get/data/metadata_api/GoogleAppsSettings.json +56 -0
  521. package/skills/platform-metadata-api-context-get/data/metadata_api/Group.json +46 -0
  522. package/skills/platform-metadata-api-context-get/data/metadata_api/HighVelocitySalesSettings.json +96 -0
  523. package/skills/platform-metadata-api-context-get/data/metadata_api/HistoryRetentionPolicy.json +41 -0
  524. package/skills/platform-metadata-api-context-get/data/metadata_api/HomePageComponent.json +66 -0
  525. package/skills/platform-metadata-api-context-get/data/metadata_api/HomePageLayout.json +40 -0
  526. package/skills/platform-metadata-api-context-get/data/metadata_api/IPAddressRange.json +60 -0
  527. package/skills/platform-metadata-api-context-get/data/metadata_api/IdeasSettings.json +52 -0
  528. package/skills/platform-metadata-api-context-get/data/metadata_api/IdentityProviderSettings.json +39 -0
  529. package/skills/platform-metadata-api-context-get/data/metadata_api/IdentityVerificationProcDef.json +173 -0
  530. package/skills/platform-metadata-api-context-get/data/metadata_api/IdentityVerificationProcDtl.json +136 -0
  531. package/skills/platform-metadata-api-context-get/data/metadata_api/IdentityVerificationProcFld.json +76 -0
  532. package/skills/platform-metadata-api-context-get/data/metadata_api/IframeWhiteListUrlSettings.json +46 -0
  533. package/skills/platform-metadata-api-context-get/data/metadata_api/InboundCertificate.json +48 -0
  534. package/skills/platform-metadata-api-context-get/data/metadata_api/InboundNetworkConnection.json +72 -0
  535. package/skills/platform-metadata-api-context-get/data/metadata_api/IncidentMgmtSettings.json +140 -0
  536. package/skills/platform-metadata-api-context-get/data/metadata_api/Index.json +48 -0
  537. package/skills/platform-metadata-api-context-get/data/metadata_api/IndustriesEinsteinFeatureSettings.json +34 -0
  538. package/skills/platform-metadata-api-context-get/data/metadata_api/IndustriesLoyaltySettings.json +108 -0
  539. package/skills/platform-metadata-api-context-get/data/metadata_api/IndustriesPricingSettings.json +61 -0
  540. package/skills/platform-metadata-api-context-get/data/metadata_api/IndustriesRatingSettings.json +40 -0
  541. package/skills/platform-metadata-api-context-get/data/metadata_api/IndustriesSettings.json +731 -0
  542. package/skills/platform-metadata-api-context-get/data/metadata_api/IndustriesUnifiedInventorySettings.json +40 -0
  543. package/skills/platform-metadata-api-context-get/data/metadata_api/InsPlcyLimitConsumptionRule.json +46 -0
  544. package/skills/platform-metadata-api-context-get/data/metadata_api/InstalledPackage.json +46 -0
  545. package/skills/platform-metadata-api-context-get/data/metadata_api/IntegArtifactDef.json +10 -0
  546. package/skills/platform-metadata-api-context-get/data/metadata_api/IntegrationProviderDef.json +155 -0
  547. package/skills/platform-metadata-api-context-get/data/metadata_api/InterestTaggingSettings.json +32 -0
  548. package/skills/platform-metadata-api-context-get/data/metadata_api/InternalDataConnector.json +8 -0
  549. package/skills/platform-metadata-api-context-get/data/metadata_api/InvLatePymntRiskCalcSettings.json +32 -0
  550. package/skills/platform-metadata-api-context-get/data/metadata_api/InventorySettings.json +36 -0
  551. package/skills/platform-metadata-api-context-get/data/metadata_api/InvocableActionExtension.json +84 -0
  552. package/skills/platform-metadata-api-context-get/data/metadata_api/InvocableActionSettings.json +28 -0
  553. package/skills/platform-metadata-api-context-get/data/metadata_api/KeywordList.json +51 -0
  554. package/skills/platform-metadata-api-context-get/data/metadata_api/KnowledgeSettings.json +280 -0
  555. package/skills/platform-metadata-api-context-get/data/metadata_api/LanguageSettings.json +68 -0
  556. package/skills/platform-metadata-api-context-get/data/metadata_api/Layout.json +659 -0
  557. package/skills/platform-metadata-api-context-get/data/metadata_api/LeadConfigSettings.json +64 -0
  558. package/skills/platform-metadata-api-context-get/data/metadata_api/LeadConvertSettings.json +71 -0
  559. package/skills/platform-metadata-api-context-get/data/metadata_api/LearningItemType.json +65 -0
  560. package/skills/platform-metadata-api-context-get/data/metadata_api/Letterhead.json +119 -0
  561. package/skills/platform-metadata-api-context-get/data/metadata_api/LightningBolt.json +103 -0
  562. package/skills/platform-metadata-api-context-get/data/metadata_api/LightningComponentBundle.json +109 -0
  563. package/skills/platform-metadata-api-context-get/data/metadata_api/LightningExperienceSettings.json +191 -0
  564. package/skills/platform-metadata-api-context-get/data/metadata_api/LightningExperienceTheme.json +54 -0
  565. package/skills/platform-metadata-api-context-get/data/metadata_api/LightningMessageChannel.json +63 -0
  566. package/skills/platform-metadata-api-context-get/data/metadata_api/LightningOnboardingConfig.json +62 -0
  567. package/skills/platform-metadata-api-context-get/data/metadata_api/LightningTypeBundle.json +88 -0
  568. package/skills/platform-metadata-api-context-get/data/metadata_api/ListMetadataQuery.json +10 -0
  569. package/skills/platform-metadata-api-context-get/data/metadata_api/ListView.json +86 -0
  570. package/skills/platform-metadata-api-context-get/data/metadata_api/LiveAgentSettings.json +44 -0
  571. package/skills/platform-metadata-api-context-get/data/metadata_api/LiveChatAgentConfig.json +188 -0
  572. package/skills/platform-metadata-api-context-get/data/metadata_api/LiveChatButton.json +188 -0
  573. package/skills/platform-metadata-api-context-get/data/metadata_api/LiveChatDeployment.json +81 -0
  574. package/skills/platform-metadata-api-context-get/data/metadata_api/LiveChatSensitiveDataRule.json +56 -0
  575. package/skills/platform-metadata-api-context-get/data/metadata_api/LiveMessageSettings.json +36 -0
  576. package/skills/platform-metadata-api-context-get/data/metadata_api/LoyaltyProgramSetup.json +297 -0
  577. package/skills/platform-metadata-api-context-get/data/metadata_api/MLDataDefinition.json +146 -0
  578. package/skills/platform-metadata-api-context-get/data/metadata_api/MLPredictionDefinition.json +67 -0
  579. package/skills/platform-metadata-api-context-get/data/metadata_api/MacroSettings.json +36 -0
  580. package/skills/platform-metadata-api-context-get/data/metadata_api/MailMergeSettings.json +36 -0
  581. package/skills/platform-metadata-api-context-get/data/metadata_api/ManagedContentType.json +86 -0
  582. package/skills/platform-metadata-api-context-get/data/metadata_api/ManagedEventSubscription.json +52 -0
  583. package/skills/platform-metadata-api-context-get/data/metadata_api/ManagedTopics.json +57 -0
  584. package/skills/platform-metadata-api-context-get/data/metadata_api/MapAndLocationSettings.json +34 -0
  585. package/skills/platform-metadata-api-context-get/data/metadata_api/MarketSegmentDefinition.json +58 -0
  586. package/skills/platform-metadata-api-context-get/data/metadata_api/MarketingAppExtension.json +139 -0
  587. package/skills/platform-metadata-api-context-get/data/metadata_api/MatchingRule.json +69 -0
  588. package/skills/platform-metadata-api-context-get/data/metadata_api/MeetingsSettings.json +36 -0
  589. package/skills/platform-metadata-api-context-get/data/metadata_api/MessagingChannel.json +278 -0
  590. package/skills/platform-metadata-api-context-get/data/metadata_api/MetadataWithContent.json +24 -0
  591. package/skills/platform-metadata-api-context-get/data/metadata_api/Metadata_Type_Limits.json +8 -0
  592. package/skills/platform-metadata-api-context-get/data/metadata_api/MfgProgramTemplate.json +88 -0
  593. package/skills/platform-metadata-api-context-get/data/metadata_api/MfgServiceConsoleSettings.json +32 -0
  594. package/skills/platform-metadata-api-context-get/data/metadata_api/MilestoneType.json +36 -0
  595. package/skills/platform-metadata-api-context-get/data/metadata_api/MktCalcInsightObjectDef.json +54 -0
  596. package/skills/platform-metadata-api-context-get/data/metadata_api/MktDataTranObject.json +99 -0
  597. package/skills/platform-metadata-api-context-get/data/metadata_api/MlDomain.json +136 -0
  598. package/skills/platform-metadata-api-context-get/data/metadata_api/MobSecurityCertPinConfig.json +76 -0
  599. package/skills/platform-metadata-api-context-get/data/metadata_api/MobileApplicationDetail.json +71 -0
  600. package/skills/platform-metadata-api-context-get/data/metadata_api/MobileSecurityAssignment.json +44 -0
  601. package/skills/platform-metadata-api-context-get/data/metadata_api/MobileSecurityPolicy.json +75 -0
  602. package/skills/platform-metadata-api-context-get/data/metadata_api/MobileSettings.json +121 -0
  603. package/skills/platform-metadata-api-context-get/data/metadata_api/ModerationRule.json +99 -0
  604. package/skills/platform-metadata-api-context-get/data/metadata_api/MutingPermissionSet.json +33 -0
  605. package/skills/platform-metadata-api-context-get/data/metadata_api/MyDomainDiscoverableLogin.json +41 -0
  606. package/skills/platform-metadata-api-context-get/data/metadata_api/MyDomainSettings.json +140 -0
  607. package/skills/platform-metadata-api-context-get/data/metadata_api/NameSettings.json +40 -0
  608. package/skills/platform-metadata-api-context-get/data/metadata_api/NamedCredential.json +205 -0
  609. package/skills/platform-metadata-api-context-get/data/metadata_api/NamedFilter.json +89 -0
  610. package/skills/platform-metadata-api-context-get/data/metadata_api/NavigationMenu.json +101 -0
  611. package/skills/platform-metadata-api-context-get/data/metadata_api/Network.json +606 -0
  612. package/skills/platform-metadata-api-context-get/data/metadata_api/NetworkBranding.json +117 -0
  613. package/skills/platform-metadata-api-context-get/data/metadata_api/NotificationTypeConfig.json +75 -0
  614. package/skills/platform-metadata-api-context-get/data/metadata_api/NotificationsSettings.json +40 -0
  615. package/skills/platform-metadata-api-context-get/data/metadata_api/OauthCustomScope.json +56 -0
  616. package/skills/platform-metadata-api-context-get/data/metadata_api/OauthOidcSettings.json +52 -0
  617. package/skills/platform-metadata-api-context-get/data/metadata_api/OauthTokenExchangeHandler.json +119 -0
  618. package/skills/platform-metadata-api-context-get/data/metadata_api/ObjectHierarchyRelationship.json +108 -0
  619. package/skills/platform-metadata-api-context-get/data/metadata_api/ObjectLinkingSettings.json +32 -0
  620. package/skills/platform-metadata-api-context-get/data/metadata_api/ObjectSourceTargetMap.json +85 -0
  621. package/skills/platform-metadata-api-context-get/data/metadata_api/OcrSampleDocument.json +158 -0
  622. package/skills/platform-metadata-api-context-get/data/metadata_api/OcrTemplate.json +180 -0
  623. package/skills/platform-metadata-api-context-get/data/metadata_api/OmniChannelSettings.json +48 -0
  624. package/skills/platform-metadata-api-context-get/data/metadata_api/OmniExtTrackingDef.json +66 -0
  625. package/skills/platform-metadata-api-context-get/data/metadata_api/OmniInteractionAccessConfig.json +90 -0
  626. package/skills/platform-metadata-api-context-get/data/metadata_api/OmniInteractionConfig.json +37 -0
  627. package/skills/platform-metadata-api-context-get/data/metadata_api/OmniScript.json +204 -0
  628. package/skills/platform-metadata-api-context-get/data/metadata_api/OmniSupervisorConfig.json +156 -0
  629. package/skills/platform-metadata-api-context-get/data/metadata_api/OmniTrackingGroup.json +77 -0
  630. package/skills/platform-metadata-api-context-get/data/metadata_api/OnboardingDataObjectGroup.json +131 -0
  631. package/skills/platform-metadata-api-context-get/data/metadata_api/OpportunityInsightsSettings.json +30 -0
  632. package/skills/platform-metadata-api-context-get/data/metadata_api/OpportunityScoreSettings.json +32 -0
  633. package/skills/platform-metadata-api-context-get/data/metadata_api/OpportunitySettings.json +132 -0
  634. package/skills/platform-metadata-api-context-get/data/metadata_api/OrchestrationPlanCtxMapping.json +63 -0
  635. package/skills/platform-metadata-api-context-get/data/metadata_api/OrderManagementSettings.json +52 -0
  636. package/skills/platform-metadata-api-context-get/data/metadata_api/OrderSettings.json +60 -0
  637. package/skills/platform-metadata-api-context-get/data/metadata_api/OrgPreferenceSettings.json +43 -0
  638. package/skills/platform-metadata-api-context-get/data/metadata_api/OrgSettings.json +40 -0
  639. package/skills/platform-metadata-api-context-get/data/metadata_api/OutboundNetworkConnection.json +71 -0
  640. package/skills/platform-metadata-api-context-get/data/metadata_api/OwnerSharingRule.json +206 -0
  641. package/skills/platform-metadata-api-context-get/data/metadata_api/Package.json +19 -0
  642. package/skills/platform-metadata-api-context-get/data/metadata_api/PardotEinsteinSettings.json +36 -0
  643. package/skills/platform-metadata-api-context-get/data/metadata_api/PardotSettings.json +72 -0
  644. package/skills/platform-metadata-api-context-get/data/metadata_api/ParticipantRole.json +48 -0
  645. package/skills/platform-metadata-api-context-get/data/metadata_api/PartyDataModelSettings.json +40 -0
  646. package/skills/platform-metadata-api-context-get/data/metadata_api/PathAssistant.json +74 -0
  647. package/skills/platform-metadata-api-context-get/data/metadata_api/PathAssistantSettings.json +40 -0
  648. package/skills/platform-metadata-api-context-get/data/metadata_api/PaymentGatewayProvider.json +50 -0
  649. package/skills/platform-metadata-api-context-get/data/metadata_api/PaymentsSettings.json +32 -0
  650. package/skills/platform-metadata-api-context-get/data/metadata_api/PermissionSet.json +372 -0
  651. package/skills/platform-metadata-api-context-get/data/metadata_api/PermissionSetGroup.json +57 -0
  652. package/skills/platform-metadata-api-context-get/data/metadata_api/PermissionSetLicenseDefinition.json +58 -0
  653. package/skills/platform-metadata-api-context-get/data/metadata_api/PersonAccountOwnerPowerUser.json +38 -0
  654. package/skills/platform-metadata-api-context-get/data/metadata_api/Picklist.json +43 -0
  655. package/skills/platform-metadata-api-context-get/data/metadata_api/PicklistSettings.json +32 -0
  656. package/skills/platform-metadata-api-context-get/data/metadata_api/PipelineInspMetricConfig.json +48 -0
  657. package/skills/platform-metadata-api-context-get/data/metadata_api/PlatformCachePartition.json +79 -0
  658. package/skills/platform-metadata-api-context-get/data/metadata_api/PlatformEncryptionSettings.json +51 -0
  659. package/skills/platform-metadata-api-context-get/data/metadata_api/PlatformEventChannel.json +56 -0
  660. package/skills/platform-metadata-api-context-get/data/metadata_api/PlatformEventChannelMember.json +71 -0
  661. package/skills/platform-metadata-api-context-get/data/metadata_api/PlatformEventMigration.json +39 -0
  662. package/skills/platform-metadata-api-context-get/data/metadata_api/PlatformEventSettings.json +32 -0
  663. package/skills/platform-metadata-api-context-get/data/metadata_api/PlatformEventSubscriberConfig.json +58 -0
  664. package/skills/platform-metadata-api-context-get/data/metadata_api/Portal.json +137 -0
  665. package/skills/platform-metadata-api-context-get/data/metadata_api/PortalDelegablePermissionSet.json +48 -0
  666. package/skills/platform-metadata-api-context-get/data/metadata_api/PostTemplate.json +47 -0
  667. package/skills/platform-metadata-api-context-get/data/metadata_api/PredictionBuilderSettings.json +36 -0
  668. package/skills/platform-metadata-api-context-get/data/metadata_api/PresenceDeclineReason.json +32 -0
  669. package/skills/platform-metadata-api-context-get/data/metadata_api/PresenceUserConfig.json +122 -0
  670. package/skills/platform-metadata-api-context-get/data/metadata_api/PricingActionParameters.json +64 -0
  671. package/skills/platform-metadata-api-context-get/data/metadata_api/PricingRecipe.json +117 -0
  672. package/skills/platform-metadata-api-context-get/data/metadata_api/PrivacySettings.json +80 -0
  673. package/skills/platform-metadata-api-context-get/data/metadata_api/ProcessFlowMigration.json +58 -0
  674. package/skills/platform-metadata-api-context-get/data/metadata_api/ProductAttributeSet.json +33 -0
  675. package/skills/platform-metadata-api-context-get/data/metadata_api/ProductSettings.json +44 -0
  676. package/skills/platform-metadata-api-context-get/data/metadata_api/Profile.json +492 -0
  677. package/skills/platform-metadata-api-context-get/data/metadata_api/ProfileActionOverride.json +48 -0
  678. package/skills/platform-metadata-api-context-get/data/metadata_api/ProfilePasswordPolicy.json +80 -0
  679. package/skills/platform-metadata-api-context-get/data/metadata_api/ProfileSearchLayouts.json +32 -0
  680. package/skills/platform-metadata-api-context-get/data/metadata_api/ProfileSessionSetting.json +55 -0
  681. package/skills/platform-metadata-api-context-get/data/metadata_api/Prompt.json +255 -0
  682. package/skills/platform-metadata-api-context-get/data/metadata_api/PublicKeyCertificate.json +50 -0
  683. package/skills/platform-metadata-api-context-get/data/metadata_api/PublicKeyCertificateSet.json +65 -0
  684. package/skills/platform-metadata-api-context-get/data/metadata_api/Queue.json +123 -0
  685. package/skills/platform-metadata-api-context-get/data/metadata_api/QueueRoutingConfig.json +96 -0
  686. package/skills/platform-metadata-api-context-get/data/metadata_api/QuickAction.json +175 -0
  687. package/skills/platform-metadata-api-context-get/data/metadata_api/QuoteSettings.json +36 -0
  688. package/skills/platform-metadata-api-context-get/data/metadata_api/ReadResult.json +16 -0
  689. package/skills/platform-metadata-api-context-get/data/metadata_api/RealTimeEventSettings.json +45 -0
  690. package/skills/platform-metadata-api-context-get/data/metadata_api/RecommendationStrategy.json +327 -0
  691. package/skills/platform-metadata-api-context-get/data/metadata_api/RecordActionDeployment.json +184 -0
  692. package/skills/platform-metadata-api-context-get/data/metadata_api/RecordAggregationDefinition.json +148 -0
  693. package/skills/platform-metadata-api-context-get/data/metadata_api/RecordAlertCategory.json +42 -0
  694. package/skills/platform-metadata-api-context-get/data/metadata_api/RecordPageSettings.json +40 -0
  695. package/skills/platform-metadata-api-context-get/data/metadata_api/RecordType.json +68 -0
  696. package/skills/platform-metadata-api-context-get/data/metadata_api/RedirectWhitelistUrl.json +26 -0
  697. package/skills/platform-metadata-api-context-get/data/metadata_api/ReferencedDashboard.json +55 -0
  698. package/skills/platform-metadata-api-context-get/data/metadata_api/RegisteredExternalService.json +72 -0
  699. package/skills/platform-metadata-api-context-get/data/metadata_api/RelatedRecordAssocCriteria.json +75 -0
  700. package/skills/platform-metadata-api-context-get/data/metadata_api/RelationshipGraphDefinition.json +63 -0
  701. package/skills/platform-metadata-api-context-get/data/metadata_api/RemoteSiteSetting.json +51 -0
  702. package/skills/platform-metadata-api-context-get/data/metadata_api/Report.json +715 -0
  703. package/skills/platform-metadata-api-context-get/data/metadata_api/ReportType.json +118 -0
  704. package/skills/platform-metadata-api-context-get/data/metadata_api/RestrictionRule.json +71 -0
  705. package/skills/platform-metadata-api-context-get/data/metadata_api/RetailExecutionSettings.json +40 -0
  706. package/skills/platform-metadata-api-context-get/data/metadata_api/RetrievalSummaryDefinition.json +76 -0
  707. package/skills/platform-metadata-api-context-get/data/metadata_api/RetrieveRequest.json +35 -0
  708. package/skills/platform-metadata-api-context-get/data/metadata_api/RetrieveResult.json +103 -0
  709. package/skills/platform-metadata-api-context-get/data/metadata_api/Role.json +35 -0
  710. package/skills/platform-metadata-api-context-get/data/metadata_api/RoleOrTerritory.json +57 -0
  711. package/skills/platform-metadata-api-context-get/data/metadata_api/SalesAgreementSettings.json +180 -0
  712. package/skills/platform-metadata-api-context-get/data/metadata_api/SalesWorkQueueSettings.json +40 -0
  713. package/skills/platform-metadata-api-context-get/data/metadata_api/SamlSsoConfig.json +128 -0
  714. package/skills/platform-metadata-api-context-get/data/metadata_api/SandboxSettings.json +32 -0
  715. package/skills/platform-metadata-api-context-get/data/metadata_api/SaveResult.json +22 -0
  716. package/skills/platform-metadata-api-context-get/data/metadata_api/SchedulingObjective.json +66 -0
  717. package/skills/platform-metadata-api-context-get/data/metadata_api/SchedulingRule.json +66 -0
  718. package/skills/platform-metadata-api-context-get/data/metadata_api/SchemaSettings.json +44 -0
  719. package/skills/platform-metadata-api-context-get/data/metadata_api/Scontrol.json +72 -0
  720. package/skills/platform-metadata-api-context-get/data/metadata_api/SearchCustomization.json +120 -0
  721. package/skills/platform-metadata-api-context-get/data/metadata_api/SearchLayouts.json +64 -0
  722. package/skills/platform-metadata-api-context-get/data/metadata_api/SearchOrgWideObjectConfig.json +61 -0
  723. package/skills/platform-metadata-api-context-get/data/metadata_api/SearchSettings.json +155 -0
  724. package/skills/platform-metadata-api-context-get/data/metadata_api/SecuritySettings.json +437 -0
  725. package/skills/platform-metadata-api-context-get/data/metadata_api/ServiceAISetupDefinition.json +48 -0
  726. package/skills/platform-metadata-api-context-get/data/metadata_api/ServiceAISetupField.json +58 -0
  727. package/skills/platform-metadata-api-context-get/data/metadata_api/ServiceChannel.json +123 -0
  728. package/skills/platform-metadata-api-context-get/data/metadata_api/ServiceCloudVoiceSettings.json +83 -0
  729. package/skills/platform-metadata-api-context-get/data/metadata_api/ServicePresenceStatus.json +45 -0
  730. package/skills/platform-metadata-api-context-get/data/metadata_api/ServiceProcess.json +141 -0
  731. package/skills/platform-metadata-api-context-get/data/metadata_api/ServiceSetupAssistantSettings.json +32 -0
  732. package/skills/platform-metadata-api-context-get/data/metadata_api/SessionHeader.json +17 -0
  733. package/skills/platform-metadata-api-context-get/data/metadata_api/SharedTo.json +105 -0
  734. package/skills/platform-metadata-api-context-get/data/metadata_api/SharingBaseRule.json +60 -0
  735. package/skills/platform-metadata-api-context-get/data/metadata_api/SharingReason.json +34 -0
  736. package/skills/platform-metadata-api-context-get/data/metadata_api/SharingRecalculation.json +29 -0
  737. package/skills/platform-metadata-api-context-get/data/metadata_api/SharingRules.json +186 -0
  738. package/skills/platform-metadata-api-context-get/data/metadata_api/SharingSet.json +78 -0
  739. package/skills/platform-metadata-api-context-get/data/metadata_api/SharingSettings.json +92 -0
  740. package/skills/platform-metadata-api-context-get/data/metadata_api/SiteDotCom.json +37 -0
  741. package/skills/platform-metadata-api-context-get/data/metadata_api/SiteSettings.json +60 -0
  742. package/skills/platform-metadata-api-context-get/data/metadata_api/Skill.json +69 -0
  743. package/skills/platform-metadata-api-context-get/data/metadata_api/SocialCustomerServiceSettings.json +61 -0
  744. package/skills/platform-metadata-api-context-get/data/metadata_api/SocialProfileSettings.json +35 -0
  745. package/skills/platform-metadata-api-context-get/data/metadata_api/SourceTrackingSettings.json +32 -0
  746. package/skills/platform-metadata-api-context-get/data/metadata_api/StageAssignment.json +113 -0
  747. package/skills/platform-metadata-api-context-get/data/metadata_api/StageDefinition.json +237 -0
  748. package/skills/platform-metadata-api-context-get/data/metadata_api/StandardValueSet.json +41 -0
  749. package/skills/platform-metadata-api-context-get/data/metadata_api/StandardValueSetTranslation.json +32 -0
  750. package/skills/platform-metadata-api-context-get/data/metadata_api/StaticResource.json +49 -0
  751. package/skills/platform-metadata-api-context-get/data/metadata_api/StreamingAppDataConnector.json +51 -0
  752. package/skills/platform-metadata-api-context-get/data/metadata_api/SubscriptionManagementSettings.json +56 -0
  753. package/skills/platform-metadata-api-context-get/data/metadata_api/SurveySettings.json +44 -0
  754. package/skills/platform-metadata-api-context-get/data/metadata_api/SustainabilityUom.json +61 -0
  755. package/skills/platform-metadata-api-context-get/data/metadata_api/SustnUomConversion.json +58 -0
  756. package/skills/platform-metadata-api-context-get/data/metadata_api/SvcCatalogCategory.json +54 -0
  757. package/skills/platform-metadata-api-context-get/data/metadata_api/SvcCatalogFulfillmentFlow.json +99 -0
  758. package/skills/platform-metadata-api-context-get/data/metadata_api/SvcCatalogItemDef.json +202 -0
  759. package/skills/platform-metadata-api-context-get/data/metadata_api/SynonymDictionary.json +56 -0
  760. package/skills/platform-metadata-api-context-get/data/metadata_api/Tag.json +70 -0
  761. package/skills/platform-metadata-api-context-get/data/metadata_api/TagSet.json +47 -0
  762. package/skills/platform-metadata-api-context-get/data/metadata_api/Territory.json +39 -0
  763. package/skills/platform-metadata-api-context-get/data/metadata_api/Territory2.json +112 -0
  764. package/skills/platform-metadata-api-context-get/data/metadata_api/Territory2Model.json +41 -0
  765. package/skills/platform-metadata-api-context-get/data/metadata_api/Territory2Rule.json +68 -0
  766. package/skills/platform-metadata-api-context-get/data/metadata_api/Territory2Settings.json +111 -0
  767. package/skills/platform-metadata-api-context-get/data/metadata_api/Territory2Type.json +42 -0
  768. package/skills/platform-metadata-api-context-get/data/metadata_api/TimeSheetTemplate.json +75 -0
  769. package/skills/platform-metadata-api-context-get/data/metadata_api/TimelineObjectDefinition.json +48 -0
  770. package/skills/platform-metadata-api-context-get/data/metadata_api/TopicsForObjects.json +38 -0
  771. package/skills/platform-metadata-api-context-get/data/metadata_api/TrailheadSettings.json +40 -0
  772. package/skills/platform-metadata-api-context-get/data/metadata_api/TransactionSecurityPolicy.json +127 -0
  773. package/skills/platform-metadata-api-context-get/data/metadata_api/Translations.json +976 -0
  774. package/skills/platform-metadata-api-context-get/data/metadata_api/TrialOrgSettings.json +32 -0
  775. package/skills/platform-metadata-api-context-get/data/metadata_api/UIBundle.json +54 -0
  776. package/skills/platform-metadata-api-context-get/data/metadata_api/UIObjectRelationConfig.json +101 -0
  777. package/skills/platform-metadata-api-context-get/data/metadata_api/UiFormatSpecificationSet.json +103 -0
  778. package/skills/platform-metadata-api-context-get/data/metadata_api/UiPreviewMessageTabDef.json +70 -0
  779. package/skills/platform-metadata-api-context-get/data/metadata_api/UpsertResult.json +25 -0
  780. package/skills/platform-metadata-api-context-get/data/metadata_api/UserAccessPolicy.json +120 -0
  781. package/skills/platform-metadata-api-context-get/data/metadata_api/UserAuthCertificate.json +57 -0
  782. package/skills/platform-metadata-api-context-get/data/metadata_api/UserCriteria.json +48 -0
  783. package/skills/platform-metadata-api-context-get/data/metadata_api/UserEngagementSettings.json +136 -0
  784. package/skills/platform-metadata-api-context-get/data/metadata_api/UserInterfaceSettings.json +96 -0
  785. package/skills/platform-metadata-api-context-get/data/metadata_api/UserManagementSettings.json +108 -0
  786. package/skills/platform-metadata-api-context-get/data/metadata_api/UserProfileSearchScope.json +8 -0
  787. package/skills/platform-metadata-api-context-get/data/metadata_api/UserProvisioningConfig.json +72 -0
  788. package/skills/platform-metadata-api-context-get/data/metadata_api/ValidationRule.json +51 -0
  789. package/skills/platform-metadata-api-context-get/data/metadata_api/VirtualVisitConfig.json +97 -0
  790. package/skills/platform-metadata-api-context-get/data/metadata_api/VoiceSettings.json +68 -0
  791. package/skills/platform-metadata-api-context-get/data/metadata_api/WarrantyLifeCycleMgmtSettings.json +32 -0
  792. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveAnalyticAssetCollection.json +73 -0
  793. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveApplication.json +56 -0
  794. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveComponent.json +46 -0
  795. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveDashboard.json +50 -0
  796. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveDataflow.json +45 -0
  797. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveDataset.json +50 -0
  798. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveLens.json +59 -0
  799. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveRecipe.json +58 -0
  800. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveTemplateBundle.json +37 -0
  801. package/skills/platform-metadata-api-context-get/data/metadata_api/WaveXmd.json +567 -0
  802. package/skills/platform-metadata-api-context-get/data/metadata_api/WebLink.json +117 -0
  803. package/skills/platform-metadata-api-context-get/data/metadata_api/WebStoreBundle.json +10 -0
  804. package/skills/platform-metadata-api-context-get/data/metadata_api/WebStoreTemplate.json +166 -0
  805. package/skills/platform-metadata-api-context-get/data/metadata_api/WorkDotComSettings.json +76 -0
  806. package/skills/platform-metadata-api-context-get/data/metadata_api/WorkSkillRouting.json +76 -0
  807. package/skills/platform-metadata-api-context-get/data/metadata_api/Workflow.json +415 -0
  808. package/skills/platform-metadata-api-context-get/data/metadata_api/WorkforceEngagementSettings.json +56 -0
  809. package/skills/platform-metadata-api-context-get/examples/README.md +169 -0
  810. package/skills/platform-metadata-api-context-get/examples/bash_section_loading.sh +142 -0
  811. package/skills/platform-metadata-api-context-get/examples/javascript_section_loading.js +162 -0
  812. package/skills/platform-metadata-api-context-get/examples/python_section_loading.py +112 -0
  813. package/skills/platform-metadata-api-context-get/references/metadata_index_table.md +654 -0
  814. package/skills/platform-metadata-api-context-get/references/usage_guide.md +420 -0
  815. package/skills/platform-metadata-deploy/README.md +104 -0
  816. package/skills/platform-metadata-deploy/SKILL.md +213 -0
  817. package/skills/platform-metadata-deploy/references/agent-deployment-guide.md +628 -0
  818. package/skills/platform-metadata-deploy/references/deploy.sh +73 -0
  819. package/skills/platform-metadata-deploy/references/deployment-report-template.md +89 -0
  820. package/skills/platform-metadata-deploy/references/deployment-workflows.md +395 -0
  821. package/skills/platform-metadata-deploy/references/orchestration.md +183 -0
  822. package/skills/platform-metadata-deploy/references/trigger-deployment-safety.md +376 -0
  823. package/skills/platform-permission-set-generate/SKILL.md +189 -0
  824. package/skills/platform-soql-query/README.md +41 -0
  825. package/skills/platform-soql-query/SKILL.md +142 -0
  826. package/skills/platform-soql-query/references/anti-patterns.md +348 -0
  827. package/skills/platform-soql-query/references/cli-commands.md +358 -0
  828. package/skills/platform-soql-query/references/field-coverage-rules.md +514 -0
  829. package/skills/platform-soql-query/references/query-optimization.md +142 -0
  830. package/skills/platform-soql-query/references/selector-patterns.md +479 -0
  831. package/skills/platform-soql-query/references/soql-reference.md +227 -0
  832. package/skills/platform-soql-query/references/soql-syntax-reference.md +208 -0
  833. package/skills/platform-trust-archive-manage/SKILL.md +121 -0
  834. package/skills/platform-validation-rule-generate/SKILL.md +74 -0
  835. package/skills/recommending-devops-tests/SKILL.md +1 -1
  836. package/skills/running-devops-test-suite/SKILL.md +1 -1
  837. package/skills/activating-datacloud/CREDITS.md +0 -5
  838. package/skills/activating-datacloud/README.md +0 -39
  839. package/skills/activating-datacloud/SKILL.md +0 -117
  840. package/skills/analyzing-omnistudio-dependencies/SKILL.md +0 -476
  841. package/skills/analyzing-omnistudio-dependencies/references/dependency-patterns.md +0 -508
  842. package/skills/analyzing-omnistudio-dependencies/references/namespace-guide.md +0 -300
  843. package/skills/applying-cms-brand/SKILL.md +0 -170
  844. package/skills/applying-slds/SKILL.md +0 -322
  845. package/skills/applying-slds/checklists.md +0 -83
  846. package/skills/building-mobile-apps/SKILL.md +0 -69
  847. package/skills/building-omnistudio-callable-apex/README.md +0 -80
  848. package/skills/building-omnistudio-callable-apex/SKILL.md +0 -275
  849. package/skills/building-omnistudio-callable-apex/examples/Test_QuoteByProductCallable/TRANSCRIPT.md +0 -115
  850. package/skills/building-omnistudio-callable-apex/examples/Test_VlocityOpenInterface2Conversion/TRANSCRIPT.md +0 -120
  851. package/skills/building-omnistudio-callable-apex/examples/Test_VlocityOpenInterfaceConversion/TRANSCRIPT.md +0 -75
  852. package/skills/building-omnistudio-datamapper/SKILL.md +0 -269
  853. package/skills/building-omnistudio-datamapper/references/best-practices.md +0 -277
  854. package/skills/building-omnistudio-datamapper/references/naming-conventions.md +0 -145
  855. package/skills/building-omnistudio-flexcard/SKILL.md +0 -324
  856. package/skills/building-omnistudio-flexcard/references/best-practices.md +0 -291
  857. package/skills/building-omnistudio-flexcard/references/data-binding-guide.md +0 -311
  858. package/skills/building-omnistudio-integration-procedure/SKILL.md +0 -274
  859. package/skills/building-omnistudio-integration-procedure/references/best-practices.md +0 -388
  860. package/skills/building-omnistudio-integration-procedure/references/element-types.md +0 -588
  861. package/skills/building-omnistudio-omniscript/SKILL.md +0 -366
  862. package/skills/building-omnistudio-omniscript/references/best-practices.md +0 -480
  863. package/skills/building-omnistudio-omniscript/references/element-types.md +0 -1172
  864. package/skills/building-sf-integrations/README.md +0 -95
  865. package/skills/building-sf-integrations/SKILL.md +0 -191
  866. package/skills/building-sf-integrations/references/callout-patterns.md +0 -719
  867. package/skills/building-sf-integrations/references/cdc-guide.md +0 -288
  868. package/skills/building-sf-integrations/references/cli-reference.md +0 -94
  869. package/skills/building-sf-integrations/references/event-driven-architecture-guide.md +0 -266
  870. package/skills/building-sf-integrations/references/event-patterns.md +0 -838
  871. package/skills/building-sf-integrations/references/external-services-guide.md +0 -303
  872. package/skills/building-sf-integrations/references/messaging-api-v2.md +0 -609
  873. package/skills/building-sf-integrations/references/named-credentials-automation.md +0 -201
  874. package/skills/building-sf-integrations/references/named-credentials-guide.md +0 -173
  875. package/skills/building-sf-integrations/references/platform-events-guide.md +0 -288
  876. package/skills/building-sf-integrations/references/rest-callout-patterns.md +0 -288
  877. package/skills/building-sf-integrations/references/scoring-rubric.md +0 -59
  878. package/skills/building-sf-integrations/references/security-best-practices.md +0 -248
  879. package/skills/building-sf-integrations/scripts/README.md +0 -100
  880. package/skills/building-ui-bundle-app/SKILL.md +0 -350
  881. package/skills/building-ui-bundle-frontend/SKILL.md +0 -135
  882. package/skills/configuring-code-analyzer/SKILL.md +0 -482
  883. package/skills/configuring-connected-apps/README.md +0 -99
  884. package/skills/configuring-connected-apps/SKILL.md +0 -223
  885. package/skills/configuring-connected-apps/references/example-usage.md +0 -256
  886. package/skills/configuring-connected-apps/references/migration-guide.md +0 -328
  887. package/skills/configuring-connected-apps/references/oauth-flows-reference.md +0 -660
  888. package/skills/configuring-connected-apps/references/security-checklist.md +0 -209
  889. package/skills/configuring-connected-apps/references/testing-validation-guide.md +0 -275
  890. package/skills/connecting-datacloud/CREDITS.md +0 -5
  891. package/skills/connecting-datacloud/README.md +0 -59
  892. package/skills/connecting-datacloud/SKILL.md +0 -154
  893. package/skills/creating-b2b-commerce-store/SKILL.md +0 -167
  894. package/skills/debugging-apex-logs/README.md +0 -74
  895. package/skills/debugging-apex-logs/SKILL.md +0 -171
  896. package/skills/debugging-apex-logs/references/analysis-playbook.md +0 -53
  897. package/skills/debugging-apex-logs/references/benchmarking-guide.md +0 -287
  898. package/skills/debugging-apex-logs/references/cli-commands.md +0 -368
  899. package/skills/debugging-apex-logs/references/debug-log-reference.md +0 -328
  900. package/skills/debugging-apex-logs/references/log-analysis-tools.md +0 -248
  901. package/skills/deploying-metadata/README.md +0 -104
  902. package/skills/deploying-metadata/SKILL.md +0 -213
  903. package/skills/deploying-metadata/references/agent-deployment-guide.md +0 -628
  904. package/skills/deploying-metadata/references/deploy.sh +0 -73
  905. package/skills/deploying-metadata/references/deployment-report-template.md +0 -89
  906. package/skills/deploying-metadata/references/deployment-workflows.md +0 -395
  907. package/skills/deploying-metadata/references/orchestration.md +0 -183
  908. package/skills/deploying-metadata/references/trigger-deployment-safety.md +0 -376
  909. package/skills/deploying-omnistudio-datapacks/README.md +0 -88
  910. package/skills/deploying-omnistudio-datapacks/SKILL.md +0 -173
  911. package/skills/deploying-omnistudio-datapacks/examples/business-internet-plus-bundle/TRANSCRIPT.md +0 -124
  912. package/skills/deploying-omnistudio-datapacks/examples/business-internet-plus-bundle-deploy/TRANSCRIPT.md +0 -142
  913. package/skills/deploying-ui-bundle/SKILL.md +0 -79
  914. package/skills/developing-agentforce/README.md +0 -112
  915. package/skills/developing-agentforce/SKILL.md +0 -518
  916. package/skills/developing-agentforce/references/actions-reference.md +0 -612
  917. package/skills/developing-agentforce/references/agent-metadata-and-lifecycle.md +0 -575
  918. package/skills/developing-agentforce/references/known-issues.md +0 -353
  919. package/skills/developing-agentforce/references/safety-review-reference.md +0 -145
  920. package/skills/developing-agentforce/references/version-history.md +0 -23
  921. package/skills/dx-app-analytics-use/SKILL.md +0 -135
  922. package/skills/fetching-salesforce-docs/README.md +0 -66
  923. package/skills/fetching-salesforce-docs/SKILL.md +0 -208
  924. package/skills/generating-apex/SKILL.md +0 -409
  925. package/skills/generating-apex-test/SKILL.md +0 -201
  926. package/skills/generating-custom-application/SKILL.md +0 -211
  927. package/skills/generating-custom-field/SKILL.md +0 -503
  928. package/skills/generating-custom-lightning-type/SKILL.md +0 -180
  929. package/skills/generating-custom-object/SKILL.md +0 -240
  930. package/skills/generating-custom-tab/SKILL.md +0 -156
  931. package/skills/generating-flexipage/SKILL.md +0 -522
  932. package/skills/generating-flow/SKILL.md +0 -372
  933. package/skills/generating-lightning-app/SKILL.md +0 -423
  934. package/skills/generating-list-view/SKILL.md +0 -218
  935. package/skills/generating-lwc-components/README.md +0 -126
  936. package/skills/generating-lwc-components/SKILL.md +0 -190
  937. package/skills/generating-lwc-components/references/accessibility-guide.md +0 -843
  938. package/skills/generating-lwc-components/references/advanced-features.md +0 -108
  939. package/skills/generating-lwc-components/references/async-notification-patterns.md +0 -661
  940. package/skills/generating-lwc-components/references/cli-commands.md +0 -545
  941. package/skills/generating-lwc-components/references/component-patterns.md +0 -1476
  942. package/skills/generating-lwc-components/references/flow-integration-guide.md +0 -675
  943. package/skills/generating-lwc-components/references/jest-testing.md +0 -1011
  944. package/skills/generating-lwc-components/references/lms-guide.md +0 -860
  945. package/skills/generating-lwc-components/references/lwc-best-practices.md +0 -1310
  946. package/skills/generating-lwc-components/references/performance-guide.md +0 -861
  947. package/skills/generating-lwc-components/references/scoring-and-testing.md +0 -116
  948. package/skills/generating-lwc-components/references/state-management.md +0 -642
  949. package/skills/generating-lwc-components/references/template-anti-patterns.md +0 -948
  950. package/skills/generating-lwc-components/references/triangle-pattern.md +0 -365
  951. package/skills/generating-mermaid-diagrams/README.md +0 -114
  952. package/skills/generating-mermaid-diagrams/SKILL.md +0 -217
  953. package/skills/generating-mermaid-diagrams/references/color-palette.md +0 -464
  954. package/skills/generating-mermaid-diagrams/references/diagram-conventions.md +0 -313
  955. package/skills/generating-mermaid-diagrams/references/erd-conventions.md +0 -320
  956. package/skills/generating-mermaid-diagrams/references/mermaid-reference.md +0 -434
  957. package/skills/generating-mermaid-diagrams/references/mermaid-styling.md +0 -81
  958. package/skills/generating-mermaid-diagrams/references/preview-guide.md +0 -46
  959. package/skills/generating-mermaid-diagrams/references/usage-examples.md +0 -340
  960. package/skills/generating-permission-set/SKILL.md +0 -189
  961. package/skills/generating-ui-bundle-custom-app/SKILL.md +0 -93
  962. package/skills/generating-ui-bundle-features/SKILL.md +0 -47
  963. package/skills/generating-ui-bundle-metadata/SKILL.md +0 -153
  964. package/skills/generating-ui-bundle-site/SKILL.md +0 -92
  965. package/skills/generating-validation-rule/SKILL.md +0 -74
  966. package/skills/generating-visual-diagrams/README.md +0 -83
  967. package/skills/generating-visual-diagrams/SKILL.md +0 -207
  968. package/skills/generating-visual-diagrams/references/architect-aesthetic-guide.md +0 -257
  969. package/skills/generating-visual-diagrams/references/examples-index.md +0 -35
  970. package/skills/generating-visual-diagrams/references/gemini-cli-setup.md +0 -65
  971. package/skills/generating-visual-diagrams/references/interview-questions.md +0 -529
  972. package/skills/generating-visual-diagrams/references/iteration-workflow.md +0 -173
  973. package/skills/generating-visual-diagrams/scripts/check-prerequisites.sh +0 -101
  974. package/skills/handling-sf-data/README.md +0 -112
  975. package/skills/handling-sf-data/SKILL.md +0 -234
  976. package/skills/handling-sf-data/references/anonymous-apex-guide.md +0 -98
  977. package/skills/handling-sf-data/references/bulk-operations-guide.md +0 -94
  978. package/skills/handling-sf-data/references/bulk-testing-example.md +0 -194
  979. package/skills/handling-sf-data/references/cleanup-rollback-example.md +0 -322
  980. package/skills/handling-sf-data/references/cleanup-rollback-guide.md +0 -84
  981. package/skills/handling-sf-data/references/crud-workflow-example.md +0 -183
  982. package/skills/handling-sf-data/references/governor-limits-reference.md +0 -74
  983. package/skills/handling-sf-data/references/orchestration.md +0 -174
  984. package/skills/handling-sf-data/references/relationship-query-examples.md +0 -249
  985. package/skills/handling-sf-data/references/sf-cli-data-commands.md +0 -158
  986. package/skills/handling-sf-data/references/soql-relationship-guide.md +0 -84
  987. package/skills/handling-sf-data/references/test-data-best-practices.md +0 -104
  988. package/skills/handling-sf-data/references/test-data-factory-usage.md +0 -290
  989. package/skills/handling-sf-data/references/test-data-patterns.md +0 -98
  990. package/skills/harmonizing-datacloud/README.md +0 -31
  991. package/skills/harmonizing-datacloud/SKILL.md +0 -116
  992. package/skills/implementing-ui-bundle-agentforce-conversation-client/SKILL.md +0 -280
  993. package/skills/implementing-ui-bundle-file-upload/SKILL.md +0 -398
  994. package/skills/integrating-b2b-commerce-open-code-components/SKILL.md +0 -165
  995. package/skills/investigating-agentforce-architecture/README.md +0 -156
  996. package/skills/investigating-agentforce-architecture/SKILL.md +0 -230
  997. package/skills/investigating-agentforce-architecture/references/architecture_sections.md +0 -243
  998. package/skills/investigating-agentforce-d360/README.md +0 -123
  999. package/skills/investigating-agentforce-d360/SKILL.md +0 -163
  1000. package/skills/investigating-agentforce-d360/references/artifacts.md +0 -50
  1001. package/skills/managing-cdc-enablement/SKILL.md +0 -164
  1002. package/skills/managing-managed-event-subscription/SKILL.md +0 -152
  1003. package/skills/modeling-omnistudio-epc-catalog/README.md +0 -89
  1004. package/skills/modeling-omnistudio-epc-catalog/SKILL.md +0 -394
  1005. package/skills/modeling-omnistudio-epc-catalog/examples/business-internet-plus-bundle/TRANSCRIPT.md +0 -58
  1006. package/skills/modeling-omnistudio-epc-catalog/references/epc-field-guide.md +0 -90
  1007. package/skills/modeling-omnistudio-epc-catalog/references/naming-conventions.md +0 -80
  1008. package/skills/observing-agentforce/SKILL.md +0 -366
  1009. package/skills/observing-agentforce/references/improve-reference.md +0 -359
  1010. package/skills/orchestrating-datacloud/README.md +0 -127
  1011. package/skills/orchestrating-datacloud/SKILL.md +0 -235
  1012. package/skills/orchestrating-datacloud/UPSTREAM.md +0 -45
  1013. package/skills/orchestrating-datacloud/references/plugin-setup.md +0 -138
  1014. package/skills/platform-agentexchange-partner-offers-enable/SKILL.md +0 -111
  1015. package/skills/preparing-datacloud/CREDITS.md +0 -7
  1016. package/skills/preparing-datacloud/README.md +0 -51
  1017. package/skills/preparing-datacloud/SKILL.md +0 -190
  1018. package/skills/preparing-datacloud/examples/ingestion-api/README.md +0 -48
  1019. package/skills/querying-soql/README.md +0 -41
  1020. package/skills/querying-soql/SKILL.md +0 -142
  1021. package/skills/querying-soql/references/anti-patterns.md +0 -348
  1022. package/skills/querying-soql/references/cli-commands.md +0 -358
  1023. package/skills/querying-soql/references/field-coverage-rules.md +0 -514
  1024. package/skills/querying-soql/references/query-optimization.md +0 -142
  1025. package/skills/querying-soql/references/selector-patterns.md +0 -479
  1026. package/skills/querying-soql/references/soql-reference.md +0 -227
  1027. package/skills/querying-soql/references/soql-syntax-reference.md +0 -208
  1028. package/skills/retrieving-datacloud/CREDITS.md +0 -7
  1029. package/skills/retrieving-datacloud/README.md +0 -44
  1030. package/skills/retrieving-datacloud/SKILL.md +0 -119
  1031. package/skills/reviewing-lwc-mobile-offline/SKILL.md +0 -167
  1032. package/skills/running-apex-tests/README.md +0 -94
  1033. package/skills/running-apex-tests/SKILL.md +0 -157
  1034. package/skills/running-apex-tests/references/cli-commands.md +0 -289
  1035. package/skills/running-apex-tests/references/mocking-patterns.md +0 -500
  1036. package/skills/running-apex-tests/references/performance-optimization.md +0 -283
  1037. package/skills/running-apex-tests/references/test-fix-loop.md +0 -49
  1038. package/skills/running-apex-tests/references/test-patterns.md +0 -154
  1039. package/skills/running-apex-tests/references/testing-best-practices.md +0 -509
  1040. package/skills/running-code-analyzer/SKILL.md +0 -495
  1041. package/skills/running-code-analyzer/examples/README.md +0 -38
  1042. package/skills/searching-media/SKILL.md +0 -348
  1043. package/skills/segmenting-datacloud/CREDITS.md +0 -3
  1044. package/skills/segmenting-datacloud/README.md +0 -36
  1045. package/skills/segmenting-datacloud/SKILL.md +0 -114
  1046. package/skills/switching-org/SKILL.md +0 -28
  1047. package/skills/testing-agentforce/SKILL.md +0 -333
  1048. package/skills/testing-agentforce/references/preview-testing.md +0 -353
  1049. package/skills/testing-agentforce/references/test-report-format.md +0 -160
  1050. package/skills/uplifting-components-to-slds2/SKILL.md +0 -239
  1051. package/skills/using-mobile-native-capabilities/SKILL.md +0 -181
  1052. package/skills/using-salesforce-archive/SKILL.md +0 -121
  1053. package/skills/using-ui-bundle-salesforce-data/SKILL.md +0 -638
  1054. package/skills/validating-slds/SKILL.md +0 -262
  1055. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/cli/describe_sobject.yaml +0 -0
  1056. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/cli/describe_tooling_sobject.yaml +0 -0
  1057. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/cli/list_metadata_genaiprompttemplate.yaml +0 -0
  1058. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/cli/org_display.yaml +0 -0
  1059. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/cli/retrieve_genai_plugin.yaml +0 -0
  1060. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/cli/show_access_token.yaml +0 -0
  1061. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/mermaid/action_tree.mmd +0 -0
  1062. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/mermaid/data_flow.mmd +0 -0
  1063. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/mermaid/dependency_graph.mmd +0 -0
  1064. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/mermaid/invocation_sequence.mmd +0 -0
  1065. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/mermaid/planner_state.mmd +0 -0
  1066. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/apex_class_bodies_by_ids.soql +0 -0
  1067. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/apex_class_bodies_by_names.soql +0 -0
  1068. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/bot_definition_details.soql +0 -0
  1069. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/bot_version_lookup.soql +0 -0
  1070. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/flow_definition_by_ids.soql +0 -0
  1071. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/flow_definition_ids_by_names.soql +0 -0
  1072. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/flow_definition_view_by_durable_ids.soql +0 -0
  1073. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/flow_metadata_by_id.soql +0 -0
  1074. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/functions_by_plugins.soql +0 -0
  1075. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/planner_attrs_by_parent_ids.soql +0 -0
  1076. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/planner_bundle_functions.soql +0 -0
  1077. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/planner_definition_by_agent_chain.soql +0 -0
  1078. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/plugin_functions_by_plugin_ids.soql +0 -0
  1079. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/plugin_instructions_by_plugin_ids.soql +0 -0
  1080. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/assets/soql/plugins_by_planner.soql +0 -0
  1081. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/references/contract.json +0 -0
  1082. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/references/soql_fields.md +0 -0
  1083. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/_shared/__init__.py +0 -0
  1084. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/_shared/fs_guard.py +0 -0
  1085. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/_shared/paths.py +0 -0
  1086. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/_shared/runtime.py +0 -0
  1087. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/_shared/sql.py +0 -0
  1088. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/cache_check.py +0 -0
  1089. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/config.py +0 -0
  1090. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/fetch_soql.py +0 -0
  1091. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/finalize.py +0 -0
  1092. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/main.py +0 -0
  1093. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/metadata_listing.py +0 -0
  1094. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/parallel_retrieve.py +0 -0
  1095. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/parse_bundle.py +0 -0
  1096. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/parse_wave.py +0 -0
  1097. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/probe_channels.py +0 -0
  1098. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/render_architecture.py +0 -0
  1099. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/resolve_bot.py +0 -0
  1100. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/resolve_invocation_target.py +0 -0
  1101. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/rest_client.py +0 -0
  1102. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/retrieve_planner.py +0 -0
  1103. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/sf_cli.py +0 -0
  1104. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/soql_loader.py +0 -0
  1105. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/summarize_tree.py +0 -0
  1106. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/__init__.py +0 -0
  1107. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/_bootstrap.py +0 -0
  1108. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/fixtures/__init__.py +0 -0
  1109. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/fixtures/genai_payloads.py +0 -0
  1110. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_cache_check.py +0 -0
  1111. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_cache_check_main.py +0 -0
  1112. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_config.py +0 -0
  1113. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_end_to_end_fixture.py +0 -0
  1114. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_finalize.py +0 -0
  1115. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_flow_children_inflation.py +0 -0
  1116. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_fs_guard.py +0 -0
  1117. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_iterative_wave_b.py +0 -0
  1118. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_main_pipeline.py +0 -0
  1119. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_parallel_retrieve.py +0 -0
  1120. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_parse_bundle.py +0 -0
  1121. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_parse_wave.py +0 -0
  1122. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_parse_wave_classifiers.py +0 -0
  1123. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_parse_wave_helpers.py +0 -0
  1124. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_parse_wave_main.py +0 -0
  1125. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_per_branch_visited.py +0 -0
  1126. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_probe_channels.py +0 -0
  1127. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_probe_cli_recipes.py +0 -0
  1128. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_render_architecture.py +0 -0
  1129. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_resolve_bot.py +0 -0
  1130. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_resolve_creds.py +0 -0
  1131. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_resolve_invocation_target.py +0 -0
  1132. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_rest_client.py +0 -0
  1133. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_runtime_override.py +0 -0
  1134. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_sf_cli.py +0 -0
  1135. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_signature_stamping.py +0 -0
  1136. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_soql_loader.py +0 -0
  1137. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_summarize_tree.py +0 -0
  1138. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/scripts/tests/test_write_emit_ctx.py +0 -0
  1139. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/tools/emit_env.py +0 -0
  1140. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/tools/emit_result.py +0 -0
  1141. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/tools/sanitize.py +0 -0
  1142. /package/skills/{investigating-agentforce-architecture → agentforce-architecture-analyze}/tools/write_emit_ctx.py +0 -0
  1143. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/app_generation.sql +0 -0
  1144. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/content_category.sql +0 -0
  1145. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/content_quality.sql +0 -0
  1146. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/discover_sessions.sql +0 -0
  1147. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/feedback.sql +0 -0
  1148. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/feedback_details.sql +0 -0
  1149. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/gateway_records.sql +0 -0
  1150. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/gateway_request_llm.sql +0 -0
  1151. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/gateway_request_metadata.sql +0 -0
  1152. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/gateway_request_tags.sql +0 -0
  1153. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/gateway_requests.sql +0 -0
  1154. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/gateway_responses.sql +0 -0
  1155. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/generations.sql +0 -0
  1156. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/interactions.sql +0 -0
  1157. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/messages.sql +0 -0
  1158. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/messaging_session.sql +0 -0
  1159. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/moment_interactions.sql +0 -0
  1160. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/moments.sql +0 -0
  1161. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/participants.sql +0 -0
  1162. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/sessions.sql +0 -0
  1163. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/steps.sql +0 -0
  1164. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/tag_associations.sql +0 -0
  1165. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/tag_definition_associations.sql +0 -0
  1166. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/tag_definitions.sql +0 -0
  1167. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/tags.sql +0 -0
  1168. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/assets/dc/telemetry_spans.sql +0 -0
  1169. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/references/dc_dmo_fields.md +0 -0
  1170. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/references/dc_pipeline_contract.md +0 -0
  1171. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/_shared/__init__.py +0 -0
  1172. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/_shared/cli_override.py +0 -0
  1173. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/_shared/fs_guard.py +0 -0
  1174. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/_shared/paths.py +0 -0
  1175. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/_shared/runtime.py +0 -0
  1176. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/_shared/sql.py +0 -0
  1177. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/assemble_dc.py +0 -0
  1178. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/config.py +0 -0
  1179. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/dc.py +0 -0
  1180. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/discover_sessions.py +0 -0
  1181. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/fetch_dc.py +0 -0
  1182. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/render_dc.py +0 -0
  1183. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/resolve_session.py +0 -0
  1184. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/storage.py +0 -0
  1185. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/__init__.py +0 -0
  1186. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/_bootstrap.py +0 -0
  1187. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/fixtures/__init__.py +0 -0
  1188. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/fixtures/synthetic_session.py +0 -0
  1189. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_assemble_dc_bootstrap_and_mode.py +0 -0
  1190. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_assemble_dc_gateway_direct.py +0 -0
  1191. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_assemble_dc_gateway_direct_integration.py +0 -0
  1192. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_assemble_dc_helpers.py +0 -0
  1193. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_assemble_dc_integration.py +0 -0
  1194. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_dc_and_resolve_session.py +0 -0
  1195. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_discover_sessions.py +0 -0
  1196. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_discover_sessions_grep_ci.py +0 -0
  1197. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_fetch_dc_helpers.py +0 -0
  1198. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_fetch_dc_identity.py +0 -0
  1199. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_fetch_dc_main.py +0 -0
  1200. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_fetch_dc_waterfall.py +0 -0
  1201. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_fetch_dc_waterfall_full.py +0 -0
  1202. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_identity_coherence.py +0 -0
  1203. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_render_dc_branches.py +0 -0
  1204. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_render_dc_gateway_direct.py +0 -0
  1205. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_render_dc_helpers.py +0 -0
  1206. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_render_dc_integration.py +0 -0
  1207. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_render_dc_planner_llm_calls.py +0 -0
  1208. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_render_dc_show_prompts_gating.py +0 -0
  1209. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_resolve_from_disk.py +0 -0
  1210. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_resolve_session_main.py +0 -0
  1211. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_runtime_override.py +0 -0
  1212. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_session_shape.py +0 -0
  1213. /package/skills/{investigating-agentforce-d360 → agentforce-d360-analyze}/scripts/tests/test_session_shape_dropped_by_stdm.py +0 -0
  1214. /package/skills/{developing-agentforce → agentforce-generate}/assets/README-legacy.md +0 -0
  1215. /package/skills/{developing-agentforce → agentforce-generate}/assets/agent-spec-template.md +0 -0
  1216. /package/skills/{developing-agentforce → agentforce-generate}/assets/agents/README.md +0 -0
  1217. /package/skills/{developing-agentforce → agentforce-generate}/assets/agents/hello-world.agent +0 -0
  1218. /package/skills/{developing-agentforce → agentforce-generate}/assets/agents/multi-subagent.agent +0 -0
  1219. /package/skills/{developing-agentforce → agentforce-generate}/assets/agents/order-service.agent +0 -0
  1220. /package/skills/{developing-agentforce → agentforce-generate}/assets/agents/production-faq.agent +0 -0
  1221. /package/skills/{developing-agentforce → agentforce-generate}/assets/agents/production-faq.bundle-meta.xml +0 -0
  1222. /package/skills/{developing-agentforce → agentforce-generate}/assets/agents/simple-qa.agent +0 -0
  1223. /package/skills/{developing-agentforce → agentforce-generate}/assets/agents/verification-gate.agent +0 -0
  1224. /package/skills/{developing-agentforce → agentforce-generate}/assets/apex/models-api-queueable.cls +0 -0
  1225. /package/skills/{developing-agentforce → agentforce-generate}/assets/bundle-meta.xml +0 -0
  1226. /package/skills/{developing-agentforce → agentforce-generate}/assets/components/apex-action.agent +0 -0
  1227. /package/skills/{developing-agentforce → agentforce-generate}/assets/components/error-handling.agent +0 -0
  1228. /package/skills/{developing-agentforce → agentforce-generate}/assets/components/escalation-setup.agent +0 -0
  1229. /package/skills/{developing-agentforce → agentforce-generate}/assets/components/flow-action.agent +0 -0
  1230. /package/skills/{developing-agentforce → agentforce-generate}/assets/components/n-ary-conditions.agent +0 -0
  1231. /package/skills/{developing-agentforce → agentforce-generate}/assets/components/subagent-with-actions.agent +0 -0
  1232. /package/skills/{developing-agentforce → agentforce-generate}/assets/deterministic-routing.agent +0 -0
  1233. /package/skills/{developing-agentforce → agentforce-generate}/assets/escalation-pattern.agent +0 -0
  1234. /package/skills/{developing-agentforce → agentforce-generate}/assets/flow-action-lookup.agent +0 -0
  1235. /package/skills/{developing-agentforce → agentforce-generate}/assets/hub-and-spoke.agent +0 -0
  1236. /package/skills/{developing-agentforce → agentforce-generate}/assets/invocable-apex-template.cls +0 -0
  1237. /package/skills/{developing-agentforce → agentforce-generate}/assets/local-info-agent-annotated.agent +0 -0
  1238. /package/skills/{developing-agentforce → agentforce-generate}/assets/metadata/basic-prompt-template.promptTemplate-meta.xml +0 -0
  1239. /package/skills/{developing-agentforce → agentforce-generate}/assets/metadata/genai-function-apex.xml +0 -0
  1240. /package/skills/{developing-agentforce → agentforce-generate}/assets/metadata/genai-function-flow.xml +0 -0
  1241. /package/skills/{developing-agentforce → agentforce-generate}/assets/metadata/genai-plugin.xml +0 -0
  1242. /package/skills/{developing-agentforce → agentforce-generate}/assets/metadata/http-callout-flow.flow-meta.xml +0 -0
  1243. /package/skills/{developing-agentforce → agentforce-generate}/assets/metadata/record-grounded-prompt.promptTemplate-meta.xml +0 -0
  1244. /package/skills/{developing-agentforce → agentforce-generate}/assets/minimal-starter.agent +0 -0
  1245. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/README.md +0 -0
  1246. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/action-callbacks.agent +0 -0
  1247. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/advanced-input-bindings.agent +0 -0
  1248. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/bidirectional-routing.agent +0 -0
  1249. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/critical-input-collection.agent +0 -0
  1250. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/delegation-routing.agent +0 -0
  1251. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/lifecycle-events.agent +0 -0
  1252. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/llm-controlled-actions.agent +0 -0
  1253. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/multi-step-workflow.agent +0 -0
  1254. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/open-gate-routing.agent +0 -0
  1255. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/procedural-instructions.agent +0 -0
  1256. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/prompt-template-action.agent +0 -0
  1257. /package/skills/{developing-agentforce → agentforce-generate}/assets/patterns/system-instruction-overrides.agent +0 -0
  1258. /package/skills/{developing-agentforce → agentforce-generate}/assets/prompt-rag-search.agent +0 -0
  1259. /package/skills/{developing-agentforce → agentforce-generate}/assets/template-multi-subagent.agent +0 -0
  1260. /package/skills/{developing-agentforce → agentforce-generate}/assets/template-single-subagent.agent +0 -0
  1261. /package/skills/{developing-agentforce → agentforce-generate}/assets/verification-gate.agent +0 -0
  1262. /package/skills/{developing-agentforce → agentforce-generate}/references/action-prompt-templates.md +0 -0
  1263. /package/skills/{developing-agentforce → agentforce-generate}/references/agent-access-guide.md +0 -0
  1264. /package/skills/{developing-agentforce → agentforce-generate}/references/agent-design-and-spec-creation.md +0 -0
  1265. /package/skills/{developing-agentforce → agentforce-generate}/references/agent-script-core-language.md +0 -0
  1266. /package/skills/{developing-agentforce → agentforce-generate}/references/agent-subagent-map-diagrams.md +0 -0
  1267. /package/skills/{developing-agentforce → agentforce-generate}/references/agent-user-setup.md +0 -0
  1268. /package/skills/{developing-agentforce → agentforce-generate}/references/agent-validation-and-debugging.md +0 -0
  1269. /package/skills/{developing-agentforce → agentforce-generate}/references/architecture-patterns.md +0 -0
  1270. /package/skills/{developing-agentforce → agentforce-generate}/references/complex-data-types.md +0 -0
  1271. /package/skills/{developing-agentforce → agentforce-generate}/references/deploy-reference.md +0 -0
  1272. /package/skills/{developing-agentforce → agentforce-generate}/references/discover-reference.md +0 -0
  1273. /package/skills/{developing-agentforce → agentforce-generate}/references/examples.md +0 -0
  1274. /package/skills/{developing-agentforce → agentforce-generate}/references/feature-validity.md +0 -0
  1275. /package/skills/{developing-agentforce → agentforce-generate}/references/instruction-resolution.md +0 -0
  1276. /package/skills/{developing-agentforce → agentforce-generate}/references/minimal-examples.md +0 -0
  1277. /package/skills/{developing-agentforce → agentforce-generate}/references/production-gotchas.md +0 -0
  1278. /package/skills/{developing-agentforce → agentforce-generate}/references/salesforce-cli-for-agents.md +0 -0
  1279. /package/skills/{developing-agentforce → agentforce-generate}/references/scaffold-reference.md +0 -0
  1280. /package/skills/{developing-agentforce → agentforce-generate}/references/scoring-rubric.md +0 -0
  1281. /package/skills/{observing-agentforce → agentforce-observe}/apex/AgentforceOptimizeService.cls +0 -0
  1282. /package/skills/{observing-agentforce → agentforce-observe}/apex/AgentforceOptimizeService.cls-meta.xml +0 -0
  1283. /package/skills/{observing-agentforce → agentforce-observe}/references/issue-classification.md +0 -0
  1284. /package/skills/{observing-agentforce → agentforce-observe}/references/reproduce-reference.md +0 -0
  1285. /package/skills/{observing-agentforce → agentforce-observe}/references/stdm-queries.md +0 -0
  1286. /package/skills/{observing-agentforce → agentforce-observe}/references/stdm-schema.md +0 -0
  1287. /package/skills/{testing-agentforce → agentforce-test}/assets/basic-test-spec.yaml +0 -0
  1288. /package/skills/{testing-agentforce → agentforce-test}/assets/guardrail-test-spec.yaml +0 -0
  1289. /package/skills/{testing-agentforce → agentforce-test}/assets/standard-test-spec.yaml +0 -0
  1290. /package/skills/{testing-agentforce → agentforce-test}/references/action-execution.md +0 -0
  1291. /package/skills/{testing-agentforce → agentforce-test}/references/batch-testing.md +0 -0
  1292. /package/skills/{testing-agentforce → agentforce-test}/references/troubleshooting.md +0 -0
  1293. /package/skills/{creating-b2b-commerce-store → commerce-b2b-store-create}/references/store-vs-storefront.md +0 -0
  1294. /package/skills/{connecting-datacloud → data360-connect}/examples/connections/heroku-postgres.json +0 -0
  1295. /package/skills/{connecting-datacloud → data360-connect}/examples/connections/ingest-api-connection.json +0 -0
  1296. /package/skills/{connecting-datacloud → data360-connect}/examples/connections/ingest-api-schema.json +0 -0
  1297. /package/skills/{connecting-datacloud → data360-connect}/examples/connections/redshift.json +0 -0
  1298. /package/skills/{connecting-datacloud → data360-connect}/examples/connections/sharepoint-unstructured.json +0 -0
  1299. /package/skills/{connecting-datacloud → data360-connect}/examples/connections/snowflake-connection.json +0 -0
  1300. /package/skills/{harmonizing-datacloud → data360-harmonize}/CREDITS.md +0 -0
  1301. /package/skills/{orchestrating-datacloud → data360-orchestrate}/CREDITS.md +0 -0
  1302. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/activation-target.template.json +0 -0
  1303. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/activation.template.json +0 -0
  1304. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/calculated-insight.template.json +0 -0
  1305. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/data-action-target.template.json +0 -0
  1306. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/data-action.template.json +0 -0
  1307. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/data-graph.template.json +0 -0
  1308. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/data-stream.template.json +0 -0
  1309. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/dmo.template.json +0 -0
  1310. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/identity-resolution.template.json +0 -0
  1311. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/mapping.template.json +0 -0
  1312. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/relationship.template.json +0 -0
  1313. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/search-index.template.json +0 -0
  1314. /package/skills/{orchestrating-datacloud → data360-orchestrate}/assets/definitions/segment.template.json +0 -0
  1315. /package/skills/{orchestrating-datacloud → data360-orchestrate}/references/feature-readiness.md +0 -0
  1316. /package/skills/{orchestrating-datacloud → data360-orchestrate}/scripts/bootstrap-plugin.sh +0 -0
  1317. /package/skills/{orchestrating-datacloud → data360-orchestrate}/scripts/diagnose-org.mjs +0 -0
  1318. /package/skills/{orchestrating-datacloud → data360-orchestrate}/scripts/generate-manifest.mjs +0 -0
  1319. /package/skills/{orchestrating-datacloud → data360-orchestrate}/scripts/verify-plugin.sh +0 -0
  1320. /package/skills/{preparing-datacloud → data360-prepare}/examples/ingestion-api/.env.example +0 -0
  1321. /package/skills/{preparing-datacloud → data360-prepare}/examples/ingestion-api/send-data.py +0 -0
  1322. /package/skills/{retrieving-datacloud → data360-query}/examples/search-indexes/hybrid-structured.json +0 -0
  1323. /package/skills/{retrieving-datacloud → data360-query}/examples/search-indexes/vector-knowledge.json +0 -0
  1324. /package/skills/{applying-slds → design-systems-slds-apply}/examples.md +0 -0
  1325. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/README.md +0 -0
  1326. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/blueprints-index.md +0 -0
  1327. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/icons-guidance.md +0 -0
  1328. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/borders.md +0 -0
  1329. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/color.md +0 -0
  1330. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/display-density.md +0 -0
  1331. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/icons.md +0 -0
  1332. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/illustrations.md +0 -0
  1333. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/shadows.md +0 -0
  1334. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/spacing.md +0 -0
  1335. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/typography.md +0 -0
  1336. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/overviews/utilities.md +0 -0
  1337. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/slds-development-guide.md +0 -0
  1338. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/borders.md +0 -0
  1339. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/color/expressive-palette-hooks.md +0 -0
  1340. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/color/index.md +0 -0
  1341. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/color/semantic/accent-hooks.md +0 -0
  1342. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/color/semantic/feedback-hooks.md +0 -0
  1343. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/color/semantic/surface-hooks.md +0 -0
  1344. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/color/system-hooks.md +0 -0
  1345. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/index.md +0 -0
  1346. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/shadows.md +0 -0
  1347. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/spacing.md +0 -0
  1348. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/styling-hooks/typography.md +0 -0
  1349. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/alignment.md +0 -0
  1350. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/borders.md +0 -0
  1351. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/box.md +0 -0
  1352. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/color.md +0 -0
  1353. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/dark-mode.md +0 -0
  1354. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/description-list.md +0 -0
  1355. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/floats.md +0 -0
  1356. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/grid.md +0 -0
  1357. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/horizontal-list.md +0 -0
  1358. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/hyphenation.md +0 -0
  1359. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/index.md +0 -0
  1360. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/interactions.md +0 -0
  1361. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/layout.md +0 -0
  1362. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/line-clamp.md +0 -0
  1363. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/margin.md +0 -0
  1364. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/media-object.md +0 -0
  1365. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/name-value-list.md +0 -0
  1366. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/padding.md +0 -0
  1367. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/position.md +0 -0
  1368. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/print.md +0 -0
  1369. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/scrollable.md +0 -0
  1370. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/sizing.md +0 -0
  1371. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/themes.md +0 -0
  1372. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/truncate.md +0 -0
  1373. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/typography.md +0 -0
  1374. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/vertical-list.md +0 -0
  1375. /package/skills/{applying-slds → design-systems-slds-apply}/guidance/utilities/visibility.md +0 -0
  1376. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/README.md +0 -0
  1377. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/accordion.yaml +0 -0
  1378. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/activity-timeline.yaml +0 -0
  1379. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/alert.yaml +0 -0
  1380. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/app-launcher.yaml +0 -0
  1381. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/avatar-group.yaml +0 -0
  1382. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/avatar.yaml +0 -0
  1383. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/badges.yaml +0 -0
  1384. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/brand-band.yaml +0 -0
  1385. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/breadcrumbs.yaml +0 -0
  1386. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/builder-header.yaml +0 -0
  1387. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/button-groups.yaml +0 -0
  1388. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/button-icons.yaml +0 -0
  1389. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/buttons.yaml +0 -0
  1390. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/cards.yaml +0 -0
  1391. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/carousel.yaml +0 -0
  1392. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/chat.yaml +0 -0
  1393. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/checkbox-button-group.yaml +0 -0
  1394. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/checkbox-button.yaml +0 -0
  1395. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/checkbox-toggle.yaml +0 -0
  1396. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/checkbox.yaml +0 -0
  1397. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/color-picker.yaml +0 -0
  1398. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/combobox.yaml +0 -0
  1399. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/counter.yaml +0 -0
  1400. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/data-tables.yaml +0 -0
  1401. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/datepickers.yaml +0 -0
  1402. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/datetime-picker.yaml +0 -0
  1403. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/docked-composer.yaml +0 -0
  1404. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/docked-form-footer.yaml +0 -0
  1405. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/docked-utility-bar.yaml +0 -0
  1406. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/drop-zone.yaml +0 -0
  1407. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/dueling-picklist.yaml +0 -0
  1408. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/dynamic-icons.yaml +0 -0
  1409. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/dynamic-menu.yaml +0 -0
  1410. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/expandable-section.yaml +0 -0
  1411. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/expression.yaml +0 -0
  1412. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/feeds.yaml +0 -0
  1413. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/file-selector.yaml +0 -0
  1414. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/files.yaml +0 -0
  1415. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/form-element.yaml +0 -0
  1416. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/global-header.yaml +0 -0
  1417. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/global-navigation.yaml +0 -0
  1418. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/icons.yaml +0 -0
  1419. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/illustration.yaml +0 -0
  1420. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/input.yaml +0 -0
  1421. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/list-builder.yaml +0 -0
  1422. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/lookups.yaml +0 -0
  1423. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/map.yaml +0 -0
  1424. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/menus.yaml +0 -0
  1425. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/modals.yaml +0 -0
  1426. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/notifications.yaml +0 -0
  1427. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/page-headers.yaml +0 -0
  1428. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/panels.yaml +0 -0
  1429. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/path.yaml +0 -0
  1430. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/picklist.yaml +0 -0
  1431. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/pills.yaml +0 -0
  1432. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/popovers.yaml +0 -0
  1433. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/progress-bar.yaml +0 -0
  1434. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/progress-indicator.yaml +0 -0
  1435. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/progress-ring.yaml +0 -0
  1436. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/prompt.yaml +0 -0
  1437. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/publishers.yaml +0 -0
  1438. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/radio-button-group.yaml +0 -0
  1439. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/radio-group.yaml +0 -0
  1440. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/rich-text-editor.yaml +0 -0
  1441. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/scoped-notifications.yaml +0 -0
  1442. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/scoped-tabs.yaml +0 -0
  1443. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/select.yaml +0 -0
  1444. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/setup-assistant.yaml +0 -0
  1445. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/slider.yaml +0 -0
  1446. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/spinners.yaml +0 -0
  1447. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/split-view.yaml +0 -0
  1448. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/summary-detail.yaml +0 -0
  1449. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/tabs.yaml +0 -0
  1450. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/textarea.yaml +0 -0
  1451. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/tiles.yaml +0 -0
  1452. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/timepicker.yaml +0 -0
  1453. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/toast.yaml +0 -0
  1454. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/tooltips.yaml +0 -0
  1455. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/tree-grid.yaml +0 -0
  1456. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/trees.yaml +0 -0
  1457. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/trial-bar.yaml +0 -0
  1458. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/vertical-navigation.yaml +0 -0
  1459. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/vertical-tabs.yaml +0 -0
  1460. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/visual-picker.yaml +0 -0
  1461. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/blueprints/components/welcome-mat.yaml +0 -0
  1462. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/hooks-index.json +0 -0
  1463. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/icon-metadata.json +0 -0
  1464. /package/skills/{applying-slds → design-systems-slds-apply}/metadata/utilities-index.json +0 -0
  1465. /package/skills/{applying-slds → design-systems-slds-apply}/references/component-selection.md +0 -0
  1466. /package/skills/{applying-slds → design-systems-slds-apply}/references/icons-decision-guide.md +0 -0
  1467. /package/skills/{applying-slds → design-systems-slds-apply}/references/styling-decision-guide.md +0 -0
  1468. /package/skills/{applying-slds → design-systems-slds-apply}/references/utilities-quick-ref.md +0 -0
  1469. /package/skills/{applying-slds → design-systems-slds-apply}/scripts/search-blueprints.cjs +0 -0
  1470. /package/skills/{applying-slds → design-systems-slds-apply}/scripts/search-hooks.cjs +0 -0
  1471. /package/skills/{applying-slds → design-systems-slds-apply}/scripts/search-icons.cjs +0 -0
  1472. /package/skills/{applying-slds → design-systems-slds-apply}/scripts/search-utilities.cjs +0 -0
  1473. /package/skills/{validating-slds → design-systems-slds-validate}/references/quality-checks.md +0 -0
  1474. /package/skills/{validating-slds → design-systems-slds-validate}/references/report-format.md +0 -0
  1475. /package/skills/{validating-slds → design-systems-slds-validate}/scripts/analyze-quality.cjs +0 -0
  1476. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/color-hooks-decision-guide.md +0 -0
  1477. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/common-patterns.md +0 -0
  1478. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/examples.md +0 -0
  1479. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/migration-checklist.md +0 -0
  1480. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/non-color-hooks-decision-guide.md +0 -0
  1481. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/rule-lwc-token-to-slds-hook.md +0 -0
  1482. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/rule-no-deprecated-tokens-slds1.md +0 -0
  1483. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/rule-no-hardcoded-values.md +0 -0
  1484. /package/skills/{uplifting-components-to-slds2 → design-systems-slds2-migrate}/references/rule-no-slds-class-overrides.md +0 -0
  1485. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/examples/apex-project-config.yml +0 -0
  1486. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/examples/ci-github-actions.yml +0 -0
  1487. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/examples/fullstack-project-config.yml +0 -0
  1488. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/examples/lwc-project-config.yml +0 -0
  1489. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/references/ci-cd-templates.md +0 -0
  1490. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/references/config-schema.md +0 -0
  1491. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/references/diagnostic-flow.md +0 -0
  1492. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/references/engine-prerequisites.md +0 -0
  1493. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/references/rule-name-resolution.md +0 -0
  1494. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/references/troubleshooting.md +0 -0
  1495. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/scripts/check-prerequisites.sh +0 -0
  1496. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/scripts/generate-config.sh +0 -0
  1497. /package/skills/{configuring-code-analyzer → dx-code-analyzer-configure}/scripts/validate-config.sh +0 -0
  1498. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/examples/basic-scan-output.json +0 -0
  1499. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/examples/command-variations.md +0 -0
  1500. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/examples/fix-application-before-after.md +0 -0
  1501. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/examples/large-scan-output.json +0 -0
  1502. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/examples/security-focused-output.json +0 -0
  1503. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/references/command-examples.md +0 -0
  1504. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/references/engine-reference.md +0 -0
  1505. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/references/error-handling.md +0 -0
  1506. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/references/flag-reference.md +0 -0
  1507. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/references/post-scan-workflows.md +0 -0
  1508. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/references/quick-start.md +0 -0
  1509. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/references/special-behaviors.md +0 -0
  1510. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/references/vendor-file-handling.md +0 -0
  1511. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/apply-fixes.js +0 -0
  1512. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/describe-rule.js +0 -0
  1513. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/discover-fixes.js +0 -0
  1514. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/filter-violations.js +0 -0
  1515. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/list-rules.js +0 -0
  1516. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/parse-results.js +0 -0
  1517. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/query-results.js +0 -0
  1518. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/summarize-fixes.js +0 -0
  1519. /package/skills/{running-code-analyzer → dx-code-analyzer-run}/scripts/verify-execution.sh +0 -0
  1520. /package/skills/{generating-lwc-components → experience-lwc-generate}/CREDITS.md +0 -0
  1521. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/apex-controller/LwcController.cls +0 -0
  1522. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/basic-component/basicComponent.css +0 -0
  1523. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/basic-component/basicComponent.html +0 -0
  1524. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/basic-component/basicComponent.js +0 -0
  1525. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/basic-component/basicComponent.js-meta.xml +0 -0
  1526. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/datatable-component/datatableComponent.html +0 -0
  1527. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/datatable-component/datatableComponent.js +0 -0
  1528. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/flow-screen-component/flowScreenComponent.css +0 -0
  1529. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/flow-screen-component/flowScreenComponent.html +0 -0
  1530. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/flow-screen-component/flowScreenComponent.js +0 -0
  1531. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/flow-screen-component/flowScreenComponent.js-meta.xml +0 -0
  1532. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/form-component/formComponent.html +0 -0
  1533. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/form-component/formComponent.js +0 -0
  1534. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/graphql-component/graphqlComponent.html +0 -0
  1535. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/graphql-component/graphqlComponent.js +0 -0
  1536. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/jest-test/componentName.test.js.example +0 -0
  1537. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/message-channel/RecordSelected.messageChannel-meta.xml +0 -0
  1538. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/message-channel/lmsPublisher.js +0 -0
  1539. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/message-channel/lmsSubscriber.js +0 -0
  1540. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/modal-component/modalComponent.html +0 -0
  1541. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/modal-component/modalComponent.js +0 -0
  1542. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/record-picker/recordPicker.html +0 -0
  1543. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/record-picker/recordPicker.js +0 -0
  1544. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/state-store/store.js +0 -0
  1545. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/typescript-component/typescriptComponent.css +0 -0
  1546. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/typescript-component/typescriptComponent.html +0 -0
  1547. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/typescript-component/typescriptComponent.js-meta.xml +0 -0
  1548. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/typescript-component/typescriptComponent.test.ts.example +0 -0
  1549. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/typescript-component/typescriptComponent.ts +0 -0
  1550. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/workspace-api/workspaceComponent.html +0 -0
  1551. /package/skills/{generating-lwc-components → experience-lwc-generate}/assets/workspace-api/workspaceComponent.js +0 -0
  1552. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/lwc-lsp-validate.py +0 -0
  1553. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/post-tool-validate.py +0 -0
  1554. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/slds_data/deprecated_patterns.json +0 -0
  1555. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/slds_data/styling_hooks.json +0 -0
  1556. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/slds_data/valid_slds_classes.json +0 -0
  1557. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/slds_linter_wrapper.py +0 -0
  1558. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/slds_rules/__init__.py +0 -0
  1559. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/template_validator.py +0 -0
  1560. /package/skills/{generating-lwc-components → experience-lwc-generate}/hooks/scripts/validate_slds.py +0 -0
  1561. /package/skills/{generating-lwc-components → experience-lwc-generate}/references/slds-blueprints.json +0 -0
  1562. /package/skills/{generating-lwc-components → experience-lwc-generate}/references/slds-design-guide.md +0 -0
  1563. /package/skills/{generating-lwc-components → experience-lwc-generate}/scripts/local-dev-preview.sh +0 -0
  1564. /package/skills/{implementing-ui-bundle-agentforce-conversation-client → experience-ui-bundle-agentforce-client-generate}/references/agent-id-resolution.md +0 -0
  1565. /package/skills/{implementing-ui-bundle-agentforce-conversation-client → experience-ui-bundle-agentforce-client-generate}/references/constraints.md +0 -0
  1566. /package/skills/{implementing-ui-bundle-agentforce-conversation-client → experience-ui-bundle-agentforce-client-generate}/references/examples.md +0 -0
  1567. /package/skills/{implementing-ui-bundle-agentforce-conversation-client → experience-ui-bundle-agentforce-client-generate}/references/style-tokens.md +0 -0
  1568. /package/skills/{implementing-ui-bundle-agentforce-conversation-client → experience-ui-bundle-agentforce-client-generate}/references/troubleshooting.md +0 -0
  1569. /package/skills/{generating-ui-bundle-custom-app → experience-ui-bundle-custom-app-generate}/docs/configure-metadata-custom-application.md +0 -0
  1570. /package/skills/{building-ui-bundle-frontend → experience-ui-bundle-frontend-generate}/implementation/component.md +0 -0
  1571. /package/skills/{building-ui-bundle-frontend → experience-ui-bundle-frontend-generate}/implementation/header-footer.md +0 -0
  1572. /package/skills/{building-ui-bundle-frontend → experience-ui-bundle-frontend-generate}/implementation/page.md +0 -0
  1573. /package/skills/{generating-ui-bundle-metadata → experience-ui-bundle-metadata-generate}/implementation/csp-metadata-format.md +0 -0
  1574. /package/skills/{using-ui-bundle-salesforce-data → experience-ui-bundle-salesforce-data-access}/scripts/graphql-search.sh +0 -0
  1575. /package/skills/{generating-ui-bundle-site → experience-ui-bundle-site-generate}/docs/configure-metadata-custom-site.md +0 -0
  1576. /package/skills/{generating-ui-bundle-site → experience-ui-bundle-site-generate}/docs/configure-metadata-digital-experience-bundle.md +0 -0
  1577. /package/skills/{generating-ui-bundle-site → experience-ui-bundle-site-generate}/docs/configure-metadata-digital-experience-config.md +0 -0
  1578. /package/skills/{generating-ui-bundle-site → experience-ui-bundle-site-generate}/docs/configure-metadata-digital-experience.md +0 -0
  1579. /package/skills/{generating-ui-bundle-site → experience-ui-bundle-site-generate}/docs/configure-metadata-network.md +0 -0
  1580. /package/skills/{generating-ui-bundle-site → experience-ui-bundle-site-generate}/docs/update-site-urls.md +0 -0
  1581. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/CREDITS.md +0 -0
  1582. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/agentforce/agent-flow.md +0 -0
  1583. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/architecture/system-landscape.md +0 -0
  1584. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/b2b-commerce-erd.md +0 -0
  1585. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/campaigns-erd.md +0 -0
  1586. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/consent-erd.md +0 -0
  1587. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/files-erd.md +0 -0
  1588. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/forecasting-erd.md +0 -0
  1589. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/fsl-erd.md +0 -0
  1590. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/party-model-erd.md +0 -0
  1591. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/quote-order-erd.md +0 -0
  1592. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/revenue-cloud-erd.md +0 -0
  1593. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/sales-cloud-erd.md +0 -0
  1594. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/salesforce-erd.md +0 -0
  1595. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/scheduler-erd.md +0 -0
  1596. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/service-cloud-erd.md +0 -0
  1597. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/datamodel/territory-management-erd.md +0 -0
  1598. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/integration/api-sequence.md +0 -0
  1599. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/oauth/authorization-code-pkce.md +0 -0
  1600. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/oauth/authorization-code.md +0 -0
  1601. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/oauth/client-credentials.md +0 -0
  1602. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/oauth/device-authorization.md +0 -0
  1603. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/oauth/jwt-bearer.md +0 -0
  1604. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/oauth/refresh-token.md +0 -0
  1605. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/oauth/user-agent-social-sign-on.md +0 -0
  1606. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/assets/role-hierarchy/user-hierarchy.md +0 -0
  1607. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/scripts/README.md +0 -0
  1608. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/scripts/mermaid_preview.py +0 -0
  1609. /package/skills/{generating-mermaid-diagrams → external-diagram-mermaid-generate}/scripts/query-org-metadata.py +0 -0
  1610. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/CREDITS.md +0 -0
  1611. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/assets/architecture/integration-flow.md +0 -0
  1612. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/assets/erd/core-objects.md +0 -0
  1613. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/assets/erd/custom-objects.md +0 -0
  1614. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/assets/lwc/dashboard-card.md +0 -0
  1615. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/assets/lwc/data-table.md +0 -0
  1616. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/assets/lwc/record-form.md +0 -0
  1617. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/assets/review/apex-review.md +0 -0
  1618. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/assets/review/lwc-review.md +0 -0
  1619. /package/skills/{generating-visual-diagrams → external-diagram-visual-generate}/scripts/generate_image.py +0 -0
  1620. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/CREDITS.md +0 -0
  1621. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/assets/connected-app-basic.xml +0 -0
  1622. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/assets/connected-app-canvas.xml +0 -0
  1623. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/assets/connected-app-jwt.xml +0 -0
  1624. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/assets/connected-app-oauth.xml +0 -0
  1625. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/assets/eca-global-oauth.xml +0 -0
  1626. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/assets/eca-oauth-settings.xml +0 -0
  1627. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/assets/eca-policies.xml +0 -0
  1628. /package/skills/{configuring-connected-apps → integration-connectivity-connected-app-configure}/assets/external-client-app.xml +0 -0
  1629. /package/skills/{building-sf-integrations → integration-connectivity-generate}/CREDITS.md +0 -0
  1630. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/callouts/callout-retry-handler.cls +0 -0
  1631. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/callouts/http-response-handler.cls +0 -0
  1632. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/callouts/rest-queueable-callout.cls +0 -0
  1633. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/callouts/rest-sync-callout.cls +0 -0
  1634. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/cdc/cdc-handler.cls +0 -0
  1635. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/cdc/cdc-subscriber-trigger.trigger +0 -0
  1636. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/endpoint-security/example.cspTrustedSite-meta.xml +0 -0
  1637. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/endpoint-security/example.remoteSite-meta.xml +0 -0
  1638. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/external-credentials/jwt-external-credential.externalCredential-meta.xml +0 -0
  1639. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/external-credentials/oauth-external-credential.externalCredential-meta.xml +0 -0
  1640. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/external-services/external-service-operations.md +0 -0
  1641. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/external-services/openapi-registration.externalServiceRegistration-meta.xml +0 -0
  1642. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/named-credentials/certificate-auth.namedCredential-meta.xml +0 -0
  1643. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/named-credentials/custom-auth.namedCredential-meta.xml +0 -0
  1644. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/named-credentials/oauth-client-credentials.namedCredential-meta.xml +0 -0
  1645. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/named-credentials/oauth-jwt-bearer.namedCredential-meta.xml +0 -0
  1646. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/platform-events/event-publisher.cls +0 -0
  1647. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/platform-events/event-subscriber-action.cls +0 -0
  1648. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/platform-events/event-subscriber-trigger.trigger +0 -0
  1649. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/platform-events/platform-event-definition.object-meta.xml +0 -0
  1650. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/soap/soap-callout-service.cls +0 -0
  1651. /package/skills/{building-sf-integrations → integration-connectivity-generate}/assets/soap/wsdl2apex-guide.md +0 -0
  1652. /package/skills/{building-sf-integrations → integration-connectivity-generate}/hooks/scripts/suggest_credential_setup.py +0 -0
  1653. /package/skills/{building-sf-integrations → integration-connectivity-generate}/hooks/scripts/validate_integration.py +0 -0
  1654. /package/skills/{building-sf-integrations → integration-connectivity-generate}/scripts/configure-named-credential.sh +0 -0
  1655. /package/skills/{building-sf-integrations → integration-connectivity-generate}/scripts/set-api-credential.sh +0 -0
  1656. /package/skills/{building-sf-integrations → integration-connectivity-generate}/scripts/templates/setup-credentials-with-csp.sh +0 -0
  1657. /package/skills/{managing-cdc-enablement → integration-eventing-cdc-configure}/assets/PlatformEventChannel-template.xml +0 -0
  1658. /package/skills/{managing-cdc-enablement → integration-eventing-cdc-configure}/assets/PlatformEventChannelMember-template.xml +0 -0
  1659. /package/skills/{managing-cdc-enablement → integration-eventing-cdc-configure}/references/deploy-troubleshooting.md +0 -0
  1660. /package/skills/{managing-cdc-enablement → integration-eventing-cdc-configure}/references/filter-expressions.md +0 -0
  1661. /package/skills/{managing-managed-event-subscription → integration-eventing-subscription-configure}/assets/managed-event-subscription-template.xml +0 -0
  1662. /package/skills/{managing-managed-event-subscription → integration-eventing-subscription-configure}/references/delete-guide.md +0 -0
  1663. /package/skills/{managing-managed-event-subscription → integration-eventing-subscription-configure}/references/topic-name-formats.md +0 -0
  1664. /package/skills/{managing-managed-event-subscription → integration-eventing-subscription-configure}/references/update-constraints.md +0 -0
  1665. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/app-review.md +0 -0
  1666. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/ar-space-capture.md +0 -0
  1667. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/barcode-scanner.md +0 -0
  1668. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/base-capability.md +0 -0
  1669. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/biometrics.md +0 -0
  1670. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/calendar.md +0 -0
  1671. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/contacts.md +0 -0
  1672. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/document-scanner.md +0 -0
  1673. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/geofencing.md +0 -0
  1674. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/location.md +0 -0
  1675. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/mobile-capabilities.md +0 -0
  1676. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/nfc.md +0 -0
  1677. /package/skills/{using-mobile-native-capabilities → mobile-platform-native-capabilities-integrate}/references/payments.md +0 -0
  1678. /package/skills/{reviewing-lwc-mobile-offline → mobile-platform-offline-validate}/references/grounding.md +0 -0
  1679. /package/skills/{reviewing-lwc-mobile-offline → mobile-platform-offline-validate}/references/inline-graphql.md +0 -0
  1680. /package/skills/{reviewing-lwc-mobile-offline → mobile-platform-offline-validate}/references/komaci-eslint.md +0 -0
  1681. /package/skills/{reviewing-lwc-mobile-offline → mobile-platform-offline-validate}/references/lwc-if.md +0 -0
  1682. /package/skills/{reviewing-lwc-mobile-offline → mobile-platform-offline-validate}/scripts/komaci.config.mjs +0 -0
  1683. /package/skills/{reviewing-lwc-mobile-offline → mobile-platform-offline-validate}/scripts/package.json +0 -0
  1684. /package/skills/{reviewing-lwc-mobile-offline → mobile-platform-offline-validate}/scripts/run-komaci.sh +0 -0
  1685. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/CREDITS.md +0 -0
  1686. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/assets/pattern_callable_openinterface.cls +0 -0
  1687. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/assets/pattern_callable_vanilla.cls +0 -0
  1688. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/assets/pattern_migration.cls +0 -0
  1689. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/assets/pattern_openinterface.cls +0 -0
  1690. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/assets/pattern_test_class.cls +0 -0
  1691. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_QuoteByProductCallable/IndustriesCallableException.cls +0 -0
  1692. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_QuoteByProductCallable/Industries_QuoteByProductCallable.cls +0 -0
  1693. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_QuoteByProductCallable/Industries_QuoteByProductCallableTest.cls +0 -0
  1694. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_VlocityOpenInterface2Conversion/IndustriesCallableException.cls +0 -0
  1695. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_VlocityOpenInterface2Conversion/MyCustomCallable.cls +0 -0
  1696. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_VlocityOpenInterface2Conversion/MyCustomCallableTest.cls +0 -0
  1697. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_VlocityOpenInterface2Conversion/MyCustomRemoteClass.cls +0 -0
  1698. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_VlocityOpenInterfaceConversion/IndustriesCallableException.cls +0 -0
  1699. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_VlocityOpenInterfaceConversion/MyCustomCallable.cls +0 -0
  1700. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_VlocityOpenInterfaceConversion/MyCustomCallableTest.cls +0 -0
  1701. /package/skills/{building-omnistudio-callable-apex → omnistudio-callable-apex-generate}/examples/Test_VlocityOpenInterfaceConversion/MyCustomVlocityOpenInterface2.cls +0 -0
  1702. /package/skills/{building-omnistudio-datamapper → omnistudio-datamapper-generate}/CREDITS.md +0 -0
  1703. /package/skills/{building-omnistudio-datamapper → omnistudio-datamapper-generate}/assets/completion-summary-template.md +0 -0
  1704. /package/skills/{building-omnistudio-datamapper → omnistudio-datamapper-generate}/assets/omni-data-transform-extract.json +0 -0
  1705. /package/skills/{building-omnistudio-datamapper → omnistudio-datamapper-generate}/assets/omni-data-transform-item.json +0 -0
  1706. /package/skills/{building-omnistudio-datamapper → omnistudio-datamapper-generate}/assets/omni-data-transform-load.json +0 -0
  1707. /package/skills/{building-omnistudio-datamapper → omnistudio-datamapper-generate}/assets/omni-data-transform-transform.json +0 -0
  1708. /package/skills/{deploying-omnistudio-datapacks → omnistudio-datapacks-deploy}/CREDITS.md +0 -0
  1709. /package/skills/{deploying-omnistudio-datapacks → omnistudio-datapacks-deploy}/examples/business-internet-plus-bundle/deploy-business-internet-plus-bundle.yaml +0 -0
  1710. /package/skills/{deploying-omnistudio-datapacks → omnistudio-datapacks-deploy}/examples/business-internet-plus-bundle-deploy/deploy-business-internet-plus-bundle.yaml +0 -0
  1711. /package/skills/{deploying-omnistudio-datapacks → omnistudio-datapacks-deploy}/references/job-file-template.md +0 -0
  1712. /package/skills/{deploying-omnistudio-datapacks → omnistudio-datapacks-deploy}/references/troubleshooting-matrix.md +0 -0
  1713. /package/skills/{analyzing-omnistudio-dependencies → omnistudio-dependencies-analyze}/CREDITS.md +0 -0
  1714. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/CREDITS.md +0 -0
  1715. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/attribute-assignment-template.json +0 -0
  1716. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/compiled-attribute-overrides-template.json +0 -0
  1717. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/completion-block-template.txt +0 -0
  1718. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/decomposition-relationships-template.json +0 -0
  1719. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_AttributeAssignments.json +0 -0
  1720. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_CompiledAttributeOverrides.json +0 -0
  1721. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_DataPack.json +0 -0
  1722. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_DecompositionRelationships.json +0 -0
  1723. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ObjectFieldAttributes.json +0 -0
  1724. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_OrchestrationScenarios.json +0 -0
  1725. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_OverrideDefinitions.json +0 -0
  1726. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ParentKeys.json +0 -0
  1727. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_PriceListEntries.json +0 -0
  1728. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_PricebookEntries.json +0 -0
  1729. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ProductChildItems.json +0 -0
  1730. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_RuleAssignments.json +0 -0
  1731. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_AttributeAssignments.json +0 -0
  1732. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_DataPack.json +0 -0
  1733. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_DecompositionRelationships.json +0 -0
  1734. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ObjectFieldAttributes.json +0 -0
  1735. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_OrchestrationScenarios.json +0 -0
  1736. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ParentKeys.json +0 -0
  1737. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_PriceListEntries.json +0 -0
  1738. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_PricebookEntries.json +0 -0
  1739. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ProductChildItems.json +0 -0
  1740. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_AttributeAssignments.json +0 -0
  1741. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_DataPack.json +0 -0
  1742. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_DecompositionRelationships.json +0 -0
  1743. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ObjectFieldAttributes.json +0 -0
  1744. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_OrchestrationScenarios.json +0 -0
  1745. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ParentKeys.json +0 -0
  1746. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_PriceListEntries.json +0 -0
  1747. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_PricebookEntries.json +0 -0
  1748. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ProductChildItems.json +0 -0
  1749. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/static-ip-simple-offer/Static-IP_AttributeAssignments.json +0 -0
  1750. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/static-ip-simple-offer/Static-IP_DataPack.json +0 -0
  1751. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/static-ip-simple-offer/Static-IP_DecompositionRelationships.json +0 -0
  1752. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/static-ip-simple-offer/Static-IP_ObjectFieldAttributes.json +0 -0
  1753. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/static-ip-simple-offer/Static-IP_ParentKeys.json +0 -0
  1754. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/static-ip-simple-offer/Static-IP_PriceListEntries.json +0 -0
  1755. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/static-ip-simple-offer/Static-IP_PricebookEntries.json +0 -0
  1756. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/examples/static-ip-simple-offer/Static-IP_ProductChildItems.json +0 -0
  1757. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/object-field-attributes-template.json +0 -0
  1758. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/orchestration-scenarios-template.json +0 -0
  1759. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/override-definitions-template.json +0 -0
  1760. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/parent-keys-template.json +0 -0
  1761. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/price-list-entries-template.json +0 -0
  1762. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/pricebook-entries-template.json +0 -0
  1763. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/product-child-item-template.json +0 -0
  1764. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/assets/product2-offer-template.json +0 -0
  1765. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/.gitkeep +0 -0
  1766. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_AttributeAssignments.json +0 -0
  1767. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_CompiledAttributeOverrides.json +0 -0
  1768. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_DataPack.json +0 -0
  1769. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_DecompositionRelationships.json +0 -0
  1770. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_ObjectFieldAttributes.json +0 -0
  1771. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_OrchestrationScenarios.json +0 -0
  1772. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_OverrideDefinitions.json +0 -0
  1773. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_ParentKeys.json +0 -0
  1774. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_PriceListEntries.json +0 -0
  1775. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_PricebookEntries.json +0 -0
  1776. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/examples/business-internet-plus-bundle/Business-Internet-Plus_ProductChildItems.json +0 -0
  1777. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/references/scoring-model.md +0 -0
  1778. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/scripts/cli-validation-commands.sh +0 -0
  1779. /package/skills/{modeling-omnistudio-epc-catalog → omnistudio-epc-catalog-generate}/scripts/sample-invocations.sh +0 -0
  1780. /package/skills/{building-omnistudio-flexcard → omnistudio-flexcard-generate}/CREDITS.md +0 -0
  1781. /package/skills/{building-omnistudio-flexcard → omnistudio-flexcard-generate}/assets/omni-ui-card.json +0 -0
  1782. /package/skills/{building-omnistudio-flexcard → omnistudio-flexcard-generate}/references/scoring-rubric.md +0 -0
  1783. /package/skills/{building-omnistudio-flexcard → omnistudio-flexcard-generate}/scripts/flexcard-commands.sh +0 -0
  1784. /package/skills/{building-omnistudio-integration-procedure → omnistudio-integration-procedure-generate}/CREDITS.md +0 -0
  1785. /package/skills/{building-omnistudio-integration-procedure → omnistudio-integration-procedure-generate}/assets/omni-process-element-dr-extract.json +0 -0
  1786. /package/skills/{building-omnistudio-integration-procedure → omnistudio-integration-procedure-generate}/assets/omni-process-element-set-values.json +0 -0
  1787. /package/skills/{building-omnistudio-integration-procedure → omnistudio-integration-procedure-generate}/assets/omni-process-ip.json +0 -0
  1788. /package/skills/{building-omnistudio-integration-procedure → omnistudio-integration-procedure-generate}/assets/scoring-report-format.txt +0 -0
  1789. /package/skills/{building-omnistudio-integration-procedure → omnistudio-integration-procedure-generate}/scripts/cli-commands.sh +0 -0
  1790. /package/skills/{building-omnistudio-omniscript → omnistudio-omniscript-generate}/CREDITS.md +0 -0
  1791. /package/skills/{building-omnistudio-omniscript → omnistudio-omniscript-generate}/assets/omni-process-element-step.json +0 -0
  1792. /package/skills/{building-omnistudio-omniscript → omnistudio-omniscript-generate}/assets/omni-process-element-text-block.json +0 -0
  1793. /package/skills/{building-omnistudio-omniscript → omnistudio-omniscript-generate}/assets/omni-process-omniscript.json +0 -0
  1794. /package/skills/{building-omnistudio-omniscript → omnistudio-omniscript-generate}/scripts/check-duplicate-omniscript.sh +0 -0
  1795. /package/skills/{building-omnistudio-omniscript → omnistudio-omniscript-generate}/scripts/cli-reference.sh +0 -0
  1796. /package/skills/{building-omnistudio-omniscript → omnistudio-omniscript-generate}/scripts/deploy-omniscript.sh +0 -0
  1797. /package/skills/{platform-agentexchange-partner-offers-enable → platform-agentexchange-partner-offers-configure}/assets/org-pref-template.md +0 -0
  1798. /package/skills/{platform-agentexchange-partner-offers-enable → platform-agentexchange-partner-offers-configure}/examples/org-preference-settings.xml +0 -0
  1799. /package/skills/{generating-apex → platform-apex-generate}/CREDITS.md +0 -0
  1800. /package/skills/{generating-apex → platform-apex-generate}/assets/abstract.cls +0 -0
  1801. /package/skills/{generating-apex → platform-apex-generate}/assets/batch.cls +0 -0
  1802. /package/skills/{generating-apex → platform-apex-generate}/assets/domain.cls +0 -0
  1803. /package/skills/{generating-apex → platform-apex-generate}/assets/dto.cls +0 -0
  1804. /package/skills/{generating-apex → platform-apex-generate}/assets/exception.cls +0 -0
  1805. /package/skills/{generating-apex → platform-apex-generate}/assets/interface.cls +0 -0
  1806. /package/skills/{generating-apex → platform-apex-generate}/assets/invocable.cls +0 -0
  1807. /package/skills/{generating-apex → platform-apex-generate}/assets/queueable.cls +0 -0
  1808. /package/skills/{generating-apex → platform-apex-generate}/assets/rest-resource.cls +0 -0
  1809. /package/skills/{generating-apex → platform-apex-generate}/assets/schedulable.cls +0 -0
  1810. /package/skills/{generating-apex → platform-apex-generate}/assets/selector.cls +0 -0
  1811. /package/skills/{generating-apex → platform-apex-generate}/assets/service.cls +0 -0
  1812. /package/skills/{generating-apex → platform-apex-generate}/assets/trigger.cls +0 -0
  1813. /package/skills/{generating-apex → platform-apex-generate}/assets/utility.cls +0 -0
  1814. /package/skills/{generating-apex → platform-apex-generate}/references/AccountDeduplicationBatch.cls +0 -0
  1815. /package/skills/{generating-apex → platform-apex-generate}/references/AccountSelector.cls +0 -0
  1816. /package/skills/{generating-apex → platform-apex-generate}/references/AccountService.cls +0 -0
  1817. /package/skills/{debugging-apex-logs → platform-apex-logs-debug}/CREDITS.md +0 -0
  1818. /package/skills/{debugging-apex-logs → platform-apex-logs-debug}/assets/benchmarking-template.cls +0 -0
  1819. /package/skills/{debugging-apex-logs → platform-apex-logs-debug}/assets/cpu-heap-optimization.cls +0 -0
  1820. /package/skills/{debugging-apex-logs → platform-apex-logs-debug}/assets/dml-in-loop-fix.cls +0 -0
  1821. /package/skills/{debugging-apex-logs → platform-apex-logs-debug}/assets/null-pointer-fix.cls +0 -0
  1822. /package/skills/{debugging-apex-logs → platform-apex-logs-debug}/assets/soql-in-loop-fix.cls +0 -0
  1823. /package/skills/{debugging-apex-logs → platform-apex-logs-debug}/references/common-issues.md +0 -0
  1824. /package/skills/{debugging-apex-logs → platform-apex-logs-debug}/references/scoring-rubric.md +0 -0
  1825. /package/skills/{generating-apex-test → platform-apex-test-generate}/CREDITS.md +0 -0
  1826. /package/skills/{generating-apex-test → platform-apex-test-generate}/assets/test-class-template.cls +0 -0
  1827. /package/skills/{generating-apex-test → platform-apex-test-generate}/assets/test-data-factory-template.cls +0 -0
  1828. /package/skills/{generating-apex-test → platform-apex-test-generate}/references/assertion-patterns.md +0 -0
  1829. /package/skills/{generating-apex-test → platform-apex-test-generate}/references/async-testing.md +0 -0
  1830. /package/skills/{generating-apex-test → platform-apex-test-generate}/references/mocking-patterns.md +0 -0
  1831. /package/skills/{generating-apex-test → platform-apex-test-generate}/references/test-data-factory.md +0 -0
  1832. /package/skills/{running-apex-tests → platform-apex-test-run}/CREDITS.md +0 -0
  1833. /package/skills/{running-apex-tests → platform-apex-test-run}/assets/basic-test.cls +0 -0
  1834. /package/skills/{running-apex-tests → platform-apex-test-run}/assets/bulk-test.cls +0 -0
  1835. /package/skills/{running-apex-tests → platform-apex-test-run}/assets/dml-mock.cls +0 -0
  1836. /package/skills/{running-apex-tests → platform-apex-test-run}/assets/mock-callout-test.cls +0 -0
  1837. /package/skills/{running-apex-tests → platform-apex-test-run}/assets/stub-provider-example.cls +0 -0
  1838. /package/skills/{running-apex-tests → platform-apex-test-run}/assets/test-data-factory.cls +0 -0
  1839. /package/skills/{running-apex-tests → platform-apex-test-run}/hooks/scripts/parse-test-results.py +0 -0
  1840. /package/skills/{generating-custom-lightning-type → platform-custom-lightning-type-generate}/assets/primitive-types-and-constraints.md +0 -0
  1841. /package/skills/{generating-custom-lightning-type → platform-custom-lightning-type-generate}/references/widget-rendition.md +0 -0
  1842. /package/skills/{handling-sf-data → platform-data-manage}/CREDITS.md +0 -0
  1843. /package/skills/{handling-sf-data → platform-data-manage}/assets/bulk/bulk-insert-10000.apex +0 -0
  1844. /package/skills/{handling-sf-data → platform-data-manage}/assets/bulk/bulk-insert-200.apex +0 -0
  1845. /package/skills/{handling-sf-data → platform-data-manage}/assets/bulk/bulk-insert-500.apex +0 -0
  1846. /package/skills/{handling-sf-data → platform-data-manage}/assets/bulk/bulk-upsert-external-id.apex +0 -0
  1847. /package/skills/{handling-sf-data → platform-data-manage}/assets/cleanup/delete-by-created-date.apex +0 -0
  1848. /package/skills/{handling-sf-data → platform-data-manage}/assets/cleanup/delete-by-name.apex +0 -0
  1849. /package/skills/{handling-sf-data → platform-data-manage}/assets/cleanup/delete-test-data.apex +0 -0
  1850. /package/skills/{handling-sf-data → platform-data-manage}/assets/cleanup/rollback-transaction.apex +0 -0
  1851. /package/skills/{handling-sf-data → platform-data-manage}/assets/csv/account-import.csv +0 -0
  1852. /package/skills/{handling-sf-data → platform-data-manage}/assets/csv/contact-import.csv +0 -0
  1853. /package/skills/{handling-sf-data → platform-data-manage}/assets/csv/custom-object-import.csv +0 -0
  1854. /package/skills/{handling-sf-data → platform-data-manage}/assets/csv/opportunity-import.csv +0 -0
  1855. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/account-factory.apex +0 -0
  1856. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/case-factory.apex +0 -0
  1857. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/contact-factory.apex +0 -0
  1858. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/custom-object-factory.apex +0 -0
  1859. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/event-factory.apex +0 -0
  1860. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/hierarchy-factory.apex +0 -0
  1861. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/lead-factory.apex +0 -0
  1862. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/opportunity-factory.apex +0 -0
  1863. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/task-factory.apex +0 -0
  1864. /package/skills/{handling-sf-data → platform-data-manage}/assets/factories/user-factory.apex +0 -0
  1865. /package/skills/{handling-sf-data → platform-data-manage}/assets/json/account-contact-tree.json +0 -0
  1866. /package/skills/{handling-sf-data → platform-data-manage}/assets/json/account-opportunity-tree.json +0 -0
  1867. /package/skills/{handling-sf-data → platform-data-manage}/assets/json/full-hierarchy-tree.json +0 -0
  1868. /package/skills/{handling-sf-data → platform-data-manage}/assets/soql/aggregate.soql +0 -0
  1869. /package/skills/{handling-sf-data → platform-data-manage}/assets/soql/child-to-parent.soql +0 -0
  1870. /package/skills/{handling-sf-data → platform-data-manage}/assets/soql/parent-to-child.soql +0 -0
  1871. /package/skills/{handling-sf-data → platform-data-manage}/assets/soql/polymorphic.soql +0 -0
  1872. /package/skills/{handling-sf-data → platform-data-manage}/assets/soql/subquery.soql +0 -0
  1873. /package/skills/{handling-sf-data → platform-data-manage}/scripts/soql_validator.py +0 -0
  1874. /package/skills/{handling-sf-data → platform-data-manage}/scripts/validate_data_operation.py +0 -0
  1875. /package/skills/{fetching-salesforce-docs → platform-docs-get}/requirements.txt +0 -0
  1876. /package/skills/{fetching-salesforce-docs → platform-docs-get}/scripts/extract_help_salesforce.py +0 -0
  1877. /package/skills/{fetching-salesforce-docs → platform-docs-get}/scripts/extract_salesforce_doc.py +0 -0
  1878. /package/skills/{fetching-salesforce-docs → platform-docs-get}/scripts/runtime_bootstrap.py +0 -0
  1879. /package/skills/{deploying-metadata → platform-metadata-deploy}/CREDITS.md +0 -0
  1880. /package/skills/{deploying-metadata → platform-metadata-deploy}/assets/destructiveChanges.xml +0 -0
  1881. /package/skills/{deploying-metadata → platform-metadata-deploy}/assets/package.xml +0 -0
  1882. /package/skills/{querying-soql → platform-soql-query}/CREDITS.md +0 -0
  1883. /package/skills/{querying-soql → platform-soql-query}/assets/aggregate-queries.soql +0 -0
  1884. /package/skills/{querying-soql → platform-soql-query}/assets/basic-queries.soql +0 -0
  1885. /package/skills/{querying-soql → platform-soql-query}/assets/bulkified-query-pattern.cls +0 -0
  1886. /package/skills/{querying-soql → platform-soql-query}/assets/optimization-patterns.soql +0 -0
  1887. /package/skills/{querying-soql → platform-soql-query}/assets/relationship-queries.soql +0 -0
  1888. /package/skills/{querying-soql → platform-soql-query}/assets/selector-class.cls +0 -0
  1889. /package/skills/{querying-soql → platform-soql-query}/scripts/post-tool-validate.py +0 -0
  1890. /package/skills/{using-salesforce-archive → platform-trust-archive-manage}/examples/monitor-failed-jobs.md +0 -0
  1891. /package/skills/{using-salesforce-archive → platform-trust-archive-manage}/references/archive-activity-entity.md +0 -0
  1892. /package/skills/{using-salesforce-archive → platform-trust-archive-manage}/references/connect-api-operations.md +0 -0
@@ -0,0 +1,22 @@
1
+ {
2
+ "sections": [
3
+ "title",
4
+ "description",
5
+ "properties",
6
+ "wsdl_segment"
7
+ ],
8
+ "title": "SaveResult - Metadata API",
9
+ "description": "Contains result information for the createMetadata, updateMetadata, or renameMetadata call.",
10
+ "properties": {
11
+ "errors": {
12
+ "description": "An array of errors returned if the operation wasn't successful."
13
+ },
14
+ "fullName": {
15
+ "description": "The full name of the component processed."
16
+ },
17
+ "success": {
18
+ "description": "Indicates whether the operation was successful (true) or not (false)."
19
+ }
20
+ },
21
+ "wsdl_segment": "```xml\n<xsd:complexType name=\"Error\">\n <xsd:sequence>\n <xsd:element name=\"extendedErrorDetails\" minOccurs=\"0\" maxOccurs=\"unbounded\" type=\"tns:ExtendedErrorDetails\"/>\n <xsd:element name=\"fields\" minOccurs=\"0\" maxOccurs=\"unbounded\" type=\"xsd:string\"/>\n <xsd:element name=\"message\" type=\"xsd:string\"/>\n <xsd:element name=\"statusCode\" type=\"tns:StatusCode\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:simpleType name=\"ExtendedErrorCode\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:enumeration value=\"ACTIONCALLPATH_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_DUPLICATE_INPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_DUPLICATE_OUTPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_FEATURE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INPUT_VALIDATION_FAILED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, cause</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INVALID_INPUT_PARAM_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INVALID_ISWAITUNTILCOMPLETED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INVALID_OFFSET\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INVALID_TIMEOUTPATHUSAGE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_MISSING_EVENT_INFO\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_MISSING_OFFSET\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_MISSING_REQUIRED_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_MISSING_REQUIRED_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_NOT_ACTIVE_FOR_API_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_NOT_FOUND_WITH_NAME_AND_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_NOT_SUPPORTED_FOR_PROCESSTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_NOT_SUPPORTED_FOR_TRIGGERTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_OFFSET_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_TRANSACTION_MODEL_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_TRANSACTION_MODEL_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_TRIGGERING_RECORD_MISMATCHED_OBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionObjectType, flowObjectType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_BUTTON_NOT_SUPPORTED_FOR_API_VERSION_AT_RUNTIME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_BUTTON_NOT_SUPPORTED_FOR_METADATA_API_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_DATATYPE_MAPPING_MISSING_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_DATATYPE_MAPPING_MISSING_OUTPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_DM_MISSING_LIST_EMAIL_STATUS_CHECK\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_DM_MISSING_WAIT_UNTIL_EVENT_SCHEDULED_TIME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_DM_NO_EMAIL_TEMPLATES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_DM_TOO_MANY_EMAIL_TEMPLATES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_INPUT_SETUPREFTYPE_REQUIRES_SETUPREFVALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_INVALID_ACTION_NAME_CONTENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_INVALID_CONFIGURATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, cause</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_INVALID_INPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_INVALID_OUTPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_INVALID_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_MISSING_CONTACT_POINT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_MISSING_ELEMENT_DEPENDENCIES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, missingDependencies</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_CALL_MISSING_PLATFORM_EVENT_ATTRIBUTE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_INPUT_PARAMETER_REQUIRES_ID_TYPE_FOR_SETUP_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_INPUT_PARAMETER_TYPE_AND_SETUP_REFERENCE_TYPE_DO_NOT_MATCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTION_TYPE_REQUIRED_FOR_STEP\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_CONTAINS_UNSUPPORTED_CHANNELS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_CONTACT_POINT_DMO\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_DATA_SOURCE_ID_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_FIELDS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_FILTER_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_PREFERENCE_FIELDS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_DATA_GRAPH_MISSING_SORT_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_DATA_GRAPH_RELATED_OBJECT_LEVEL_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_MISSING_REQUIRED_CHANNEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_PATH_DATA_GRAPH_PATH_MISMATCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_REQUIRED_FOR_NON_UNIFIED_INDIVIDUAL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIVATION_TEMPLATE_WHATSAPP_USES_SMS_CHANNEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ADDING_ATTACHMENT_QUESTIONS_ADDITION_TO_EXISTING_SURVEY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ADVANCED_APPROVALS_LICENSE_REQUIRED_FOR_ACTIVATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ADVANCED_APPROVALS_LICENSE_REQUIRED_FOR_EXECUTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ADVANCED_APPROVALS_LICENSE_REQUIRED_FOR_SAVE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AE_ADDITIONAL_CRITERIA_OBJECT_MISMATCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AE_ADDITIONAL_CRITERIA_UNSUPPORTED_OPERATOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCALLOUT_INPUT_DUPLICATE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCALLOUT_INPUT_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCALLOUT_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCALLOUT_MISSING_CLASSNAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCALLOUT_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCALLOUT_OUTPUT_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCALLOUT_OUTPUT_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCALLOUT_REQUIRED_INPUT_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEXCLASS_MISSING_INTERFACE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClassName, parentScreenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"APEX_CLASS_VARIABLE_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apexClass</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNEE_AUTOPROC\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNEE_REQUIRED_WHEN_SPECIFYING_RUN_AS_USER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNEE_TYPE_FOR_MULTI_MEMBER_APPROVAL_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNEE_USER_USERNAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_ELEMENT_MISSING_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_ELEMENT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, assignmentName, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_FIELD_INVALID_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldValue, dataType, incompatibleDataType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_FIELD_INVALID_DATATYPE_WITH_ELEMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, acceptedDataType, dataType, fieldValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INCOMPATIBLE_DATATYPES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, leftElementName, leftElementType, rightElementName, rightElementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INVALID_ASSIGNTOREFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INVALID_COLLECTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, leftElementName, rightElementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INVALID_DATATYPE_IN_ELEMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, dataType, incompatibleDataType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INVALID_ELEMENTREFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INVALID_MERGE_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INVALID_OPERATOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_LEFT_DATATYPE_INVALID_FOR_OPERATOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName, operatorName, dataType, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_MODIFIES_NONVARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_NONEXISTENT_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, assignmentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASSIGNMENTITEM_RIGHT_DATATYPE_INVALID_FOR_OPERATOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASYNC_ACTION_NOT_SUPPORTED_FOR_PROCESSTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, subflowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ASYNC_ACTION_TIMEOUT_ERROR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ATTRIBUTE_INVALID_OUTCOME_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, ruleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ATTRIBUTE_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, ruleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AUTOLAUNCHED_CHOICELOOKUP_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceLookupName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AUTOLAUNCHED_CHOICE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AUTOLAUNCHED_SCREEN_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AUTOLAUNCHED_STEP_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AUTOLAUNCHED_SUBFLOW_INCOMPATIBLE_FLOWTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AUTOLAUNCHED_WAIT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AUTOMATION_EVENT_PATH_EXPERIMENT_MISSING_ELEMENT_DEPENDENCIES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, missingDependencies</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"AUTOMATION_SCHEMA_INVALID_MAPPING_NONEXISTENT_IN_CONTENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"BACKGROUND_STEPS_DETECT_ASYNC_PROCESSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"BEFORE_SAVE_FLOW_RECORD_UPDATE_CANNOT_HAVE_FAULT_CONNECTOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"BEFORE_SAVE_FLOW_RECORD_UPDATE_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"BEFORE_SAVE_FLOW_RECORD_UPDATE_RELATED_RECORD_REQUIRES_INPUTASSIGNMENTS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"BEFORE_SAVE_FLOW_RECORD_UPDATE_REQUIRES_INPUTASSIGNMENTS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"BOTH_START_NODE_AND_REFERENCE_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CAMPAIGN_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, campaignId</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CAMPAIGN_SELECTION_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CHOICEFIELD_DEFAULT_CHOICE_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CHOICEFIELD_MISSING_CHOICE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, questionName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CHOICELOOKUP_DATATYPE_INCOMPATIBLE_WITH_CHOICEFIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName, parentScreenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CHOICE_DATATYPE_INCOMPATIBLE_WITH_CHOICEFIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName, parentScreenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CHOICE_LOOKUP_COLLECTION_REFERENCE_NULL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CHOICE_LOOKUP_INVALID_COLLECTION_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CHOICE_NOT_SUPPORTED_FOR_SCREENFIELDTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CHOICE_USED_MULTIPLE_TIMES_IN_SAME_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_DUPLICATE_MAPITEM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_INVALID_COLLECTION_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_INVALID_CONFIGURATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_INVALID_OUTPUTSOBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_MAX_SORT_FIELDS_LIMIT_EXCEEDED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_MISMATCHED_OBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_MISSING_MAP\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_MISSING_OUTPUTSOBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_MISSING_PARAMETER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_MISSING_SORT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_NOT_SUPPORTED_FOR_API_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_REQUIRES_PERM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_SORT_FIELD_INVALID_FOR_OBJECT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_TYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLECTION_PROCESSOR_VARIABLE_NULL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_INCOMPATIBLE_TYPES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_INVALID_LEFT_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_INVALID_OBJECT_REF\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_INVALID_OPERATOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_INVALID_RIGHT_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_INVALID_SORT_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_INVALID_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_MISSING_LEFT_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_MISSING_OBJECT_REF\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_MISSING_OPERATOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_MISSING_RIGHT_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_MISSING_SORT_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_NON_CHILD_OBJECT_REF\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_NO_SORT_OPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_NO_SORT_ORDER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_OBJECT_REF_MUST_BE_COLLECTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_OBJECT_REF_TYPE_MISMATCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"COLLFILTERCRIT_SORT_ORDER_SAME_LEVEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITIONAL_SCREENFIELD_VISIBILITY_NOT_SUPPORTED_FOR_ENVIRONMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITIONAL_SCREEN_FIELD_VISIBILITY_NOT_SUPPORTED_FOR_SCREEN_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_BUILDER_MISSING_FLOW_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_BUILDER_MISSING_REQUIRED_PERMISSIONS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_BUILDER_UNSUPPORTED_FLOW_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_INVALID_LEFTOPERAND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementReference, operatorName, ruleName, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_LOGIC_EXCEEDS_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, characterLimit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_LOGIC_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_LOGIC_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_MISSING_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_MISSING_OPERATOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, ruleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_OPERAND_DATATYPES_INCOMPATIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName, elementReferenceOrValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_OPERAND_INCOMPATIBLE_WITH_ELEMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, ruleName, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_OPERATOR_INCOMPATIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, operatorName, ruleName, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_REFERENCED_ELEMENT_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, ruleName, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_RIGHTOPERAND_NULL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementReference, elementReferenceOrValue, operatorName, ruleName, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONDITION_TRAVERSAL_TOO_DEEP\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONNECTOR_MISSING_TARGET\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONSTANT_INCLUDES_REFERENCES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, constantName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CONTENT_KEY_OR_ID_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CRM_OBJECT_SELECTION_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOMEVENTS_NOT_ENABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOMEVENT_MISSING_PROCESSMETADATAVALUES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOMEVENT_OBJECTTYPE_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOMEVENT_OBJECTTYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOMEVENT_PROCESSMETADATAVALUES_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOMEVENT_PROCESSMETADATAVALUES_MORE_THAN_ONE_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_EMAIL_MISSING_FIELD_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_EVENT_RELATED_OBJECT_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_PROPERTY_INVALID_KEY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_PROPERTY_INVALID_KEY_VALUE_PAIR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_PROPERTY_INVALID_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_PROPERTY_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_PROPERTY_INVALID_VALUE_FOR_KEY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_PROPERTY_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"CUSTOM_PROPERTY_REQUIRED_KEY_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, dataType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MAPPING_BOTH_APEXCLASS_AND_SOBJECT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MAPPING_BOTH_TYPENAME_AND_VALUE_MAPPING_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MAPPING_OUTPUT_KEY_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MAPPING_OUTPUT_KEY_NOT_A_COLLECTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MAPPING_OUTPUT_TARGET_AND_KEY_SAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MAPPING_OUTPUT_TARGET_REPLACE_ANOTHER_OUTPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MAPPING_OUTPUT_TRANSFORM_TARGET_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MAPPING_OUTPUT_TRANSFORM_TYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATATYPE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPHS_UNSUPPORTED_IN_FLOW_TRANSFORM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPH_DATA_CHANGE_DEFAULT_DATA_SPACE_NOT_USED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPH_DATA_CHANGE_ROOT_DMO_MISMATCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPH_DATA_CHANGE_TRIGGERING_DATA_GRAPH_NULL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPH_DATA_CHANGE_UNIFIED_INDIVIDUAL_NOT_USED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPH_DATA_CHANGE_UNIFIED_INDIVIDUAL_NOT_USED_FOR_PATH_EXPERIMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPH_DMO_NOT_UNIFIED_INDIVIDUAL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPH_INVALID_CONTACT_POINT_PATH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_GRAPH_ROOT_DMO_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_SPACE_REQUIRED_FOR_FLOW_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_SPACE_UNSUPPORTED_FOR_FLOW_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_TYPE_NOT_SUPPORTED_FOR_PROCESSTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, dataType, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DATA_TYPE_NOT_SUPPORTED_IN_CONDITION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DECISION_AI_MODE_FLOW_TYPE_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DECISION_AI_MODE_NO_EINSTEIN_GPT_ENABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DECISION_DEFAULT_CONNECTOR_MISSING_LABEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DECISION_MISSING_OUTCOME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DETERMINATION_FLOW_ACTION_TYPE_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DUPLICATE_CUSTOM_PROPERTY_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DUPLICATE_FLOW_TEST_POINT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DUPLICATE_QUESTION_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DYNAMIC_TYPE_MAPPING_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"DYNAMIC_TYPE_NOT_SUPPORTED_FOR_METADATA_API_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, apiVersion, dynamicType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"EITHER_CONDITIONS_OR_ACTION_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_CONNECTS_TO_SELF\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_COORDINATES_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, coordinateLimit, coordinateName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_INVALID_CONNECTOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_INVALID_REFERENCE_FOR_CONFLICTING_FIELD_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, conflictingField, conflictingFieldValue, reference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_MISSING_CONNECTOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_MISSING_LABEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_MISSING_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_MORE_THAN_ONE_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_NAME_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_NEVER_USED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_NOT_SUPPORTED_IN_SUBFLOW_FOR_TRIGGER_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementType, subflowName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_REQUIRES_PERM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_SCALE_SMALLER_THAN_DEFAULTVALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_SUBTYPE_NOT_SUPPORTED_FOR_ELEMENTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementSubtype</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_SUBTYPE_NOT_SUPPORTED_FOR_PROCESSTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, elementSubtype</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ELEMENT_TYPE_NOT_SUPPORTED_FOR_ENVIRONMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ENTRY_CONDITION_CONFLICTING_FILTERS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ENTRY_TYPE_UNSUPPORTED_FOR_EVENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, entryType, eventName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ENVIRONMENTS_VALUE_CHANGED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ENVIRONMENT_PERMISSION_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"EXTERNAL_OBJECTS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"EXTERNAL_OBJECT_FIELDS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"EXTERNAL_SYSTEM_FLOW_INVALID_POLLING_FREQUENCY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"EXTERNAL_SYSTEM_FLOW_INVALID_SCHEDULED_START_DATETIME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"EX_AUTOLAUNCHED_SUBFLOW_INCOMPATIBLE_FLOWTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FAULT_CONNECTOR_NOT_SUPPORTED_FOR_PROCESS_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FEATURE_DISABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: </xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FEROV_INVALID_INPUT_CONFIGURATOR_MODE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, inputConfiguratorMode</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELDASSIGNMENT_FIELD_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELDASSIGNMENT_INVALID_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, assignmentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELDASSIGNMENT_INVALID_ELEMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELDASSIGNMENT_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELDASSIGNMENT_MULTIPLE_REFERENCES_SAME_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELDASSIGNMENT_PICKLISTFIELD_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, dataType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELDASSIGNMENT_REFERENCED_ELEMENT_MISSING_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELDSERVICE_UNSUPPORTED_FIELD_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELD_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELD_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELD_RELATIONSHIP_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldRelationshipName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELD_REQUIRES_PERM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELD_TYPE_NOT_SUPPORTED_AS_CHILD_OF_SCREENFIELD_REGION_OR_REGIONCONTAINER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELD_TYPE_NOT_SUPPORTED_AS_PARENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELD_TYPE_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FIELD_VALUE_REQUIRES_PERM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_ATTRIBUTE_EXPRESSION_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, propertyName, propertyType, errorCode, invalidTokens</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_ATTRIBUTE_GENERIC_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, propertyName, propertyType, errorIdentifier, errorParams</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_ATTRIBUTE_MISSING_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, propertyName, propertyType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_ATTRIBUTE_TOO_LONG\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, propertyName, propertyType, maxLength</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_CUSTOM_VALIDATION_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_DESIGN_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_EVENT_DUPLICATE_TARGET_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: eventName, sourceName, targetName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_EVENT_EMPTY_TARGET_MAPPING_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: eventName, sourceName, targetName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_EVENT_INVALID_FORMFACTOR_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: eventName, sourceName, targetName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_EVENT_INVALID_SERVICE_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: eventName, sourceName, targetName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_EVENT_SOURCE_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: eventName, sourceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_MAX_LIMIT_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentCount, maxComponentLimit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_COMPONENT_RULE_VALIDATION_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, criterionIndex</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_DUPLICATE_PROPERTY_COMPONENT_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, propertyName, propertyType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_EVENT_ATTRIBUTE_GENERIC_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: eventName, propertyName, propertyType, sourceName, targetName, errorIdentifier, errorParams</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_INVALID_ITEM_INSTANCE_TYPE_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: regionName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_INVALID_PROPERTY_TYPE_COMPONENT_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, propertyName, propertyType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_INVALID_PROPERTY_TYPE_EVENT_TARGET_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: eventName, propertyName, propertyType, sourceName, targetName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_ITEM_INSTANCE_CUSTOM_VALIDATION_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: instanceName, pageType, templateName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_MAX_INTERACTIONS_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: maxInteractionLimit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_PICKLIST_INVALID_VALUE_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, propertyName, propertyType, invalidValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_RENAMED_COMPONENT_VALIDATION_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: componentName, externalAppVersion, priorComponentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLEXIPAGE_TEMPLATE_INVALID_SWITCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: newTemplate, oldTemplate</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_ALREADY_OVERRIDDEN\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName, existingOverrideName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_APPROVAL_RECALL_INVALID_CONNECTOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_APPROVAL_RECALL_TOO_MANY_PATHS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_BUSINESS_UNIT_INACTIVE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CAMPAIGN_BUSINESS_UNIT_NO_ACCESS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CAPABILITY_INPUT_DATA_TYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CAPABILITY_INPUT_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CAPABILITY_INPUT_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CAPABILITY_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CAPABILITY_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_OBJECT_FIELD_DETAILS_INVALID_FEROV\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_COLLECTION_TYPE_EXPECTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_INVALID_JSON\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_INVALID_MERGE_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_SCALAR_TYPE_EXPECTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_TYPE_DATATYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_TYPE_DATATYPE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_TYPE_ELEMENT_REFERENCE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_TYPE_ELEMENT_REFERENCE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_TYPE_FIELD_REFERENCE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_TYPE_FIELD_REFERENCE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_TYPE_OBJECTTYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_COMPLEX_VALUE_TYPE_OBJECTTYPE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CONDITION_AGGREGATION_FIELD_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CONDITION_DATA_GRAPH_NULL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CONDITION_INVALID_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CONDITION_LOGIC_NESTED_PARENTHESES_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CONDITION_LOGIC_NOT_OPERATOR_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CONDITION_MISSING_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CONDITION_NESTING_LIMIT_EXCEEDED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CONTEXT_RECORD_ASSIGNMENT_VARIABLE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CUSTOM_ERROR_COMPOUND_FIELD_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CUSTOM_ERROR_EMPTY_MESSAGES_LIST\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CUSTOM_ERROR_INVALID_OR_INCOMPLETE_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CUSTOM_ERROR_MULTIPLE_ERRORS_ON_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CUSTOM_ERROR_MULTIPLE_PAGE_ERRORS_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_CUSTOM_ERROR_NO_FIELD_SELECTION_FOR_FIELD_ERROR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_DATA_PROCESSING_LIMIT_EXCEEDED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_ELEMENT_SCALE_LESS_THAN_ZERO\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXCEEDED_EXITRULE_MAX_COUNT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXITRULE_EVENT_WITH_CONDITION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXITRULE_EXECUTION_DELAY_WARNING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXITRULE_WITH_NO_CONDITION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_DATA_GRAPH_NAME_NOT_SET\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_DURATION_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_DURATION_UNIT_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_EINSTEIN_GUARD_NOT_ENABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_GO_TO_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_INVALID_PRIMARY_METRIC\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_INVALID_TOTAL_PATH_PERCENTAGE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_IS_NOT_ALLOWED_WITH_PENDING_DML\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_MISSING_FALLBACK_MODE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_NESTING_IN_SUBFLOW_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_NESTING_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_OOTB_EMAIL_REQUIRES_SEND_EMAIL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_PATHS_COUNT_ABOVE_MAXIMUM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_PATHS_COUNT_BELOW_MINIMUM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_PATH_PERCENTAGE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_PERSONALIZATION_SETUP_INCOMPLETE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_TEST_GROUP_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_EXPERIMENT_TEST_GROUP_PERCENTAGE_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_FORMULA_FIELD_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_FORMULA_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_GET_RECORDS_DUPLICATE_SIBLINGS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_GET_RECORDS_NESTED_LEVELS_MAX_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_GET_RECORDS_OBJECTS_MAX_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_GET_RECORDS_RELA_FIELD_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_GET_RECORDS_RELA_OBJ_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_GET_RECORDS_RELA_REC_UNSUPP\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_IMMEDIATE_PATH_INCOMPATIBLE_WITH_EXTERNAL_CALLOUTS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_IMMEDIATE_PATH_INCOMPATIBLE_WITH_EXTERNAL_OBJECTS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INCLUDES_STEP\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INLINE_TRANSFORM_API_VERSION_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INLINE_TRANSFORM_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INPUTPARAM_MISMATCHED_APEX_CLASS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_BULK_EXECUTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_HANDLED_ERROR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_INPUT_VALIDATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_INTERACTION_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_INVALID_CHOICE_USER_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_INVALID_FIELD_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_INVALID_START_REQUEST\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_LIMIT_EXCEEDED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_MISSING_CHOICE_FOR_REQUIRED_CHOICE_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_MISSING_VALUE_FOR_REQUIRED_INPUT_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_NAVIGATE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_RANGE_VALIDATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_RECOVERABLE_ERROR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_REGEX_VALIDATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_RESUME_INTERVIEW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_SAVE_RESULT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_SET_CHOICE_SELECTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_START_INTERVIEW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INTERVIEW_TYPE_CONVERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INVALID_ACTIVATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INVALID_ACTIVATION_TARGET\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INVALID_EVENT_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INVALID_EVENT_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_INVALID_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, maxDevNameLength</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_METRICS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_MISMATCHING_DATA_SPACES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_MISSING_ACTIVATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_NAME_USED_IN_OTHER_CLIENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_OVERRIDABLE_CANNOT_BE_OVERRIDE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_OVERRIDABLE_CANNOT_BE_TEMPLATE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_OVERRIDDEN_FLOW_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_OVERRIDE_EXTRA_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_OVERRIDE_INCOMPATIBLE_PROCESS_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, overrideFlowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_OVERRIDE_INCOMPATIBLE_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_OVERRIDE_INCOMPATIBLE_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RECORD_LOOKUP_LIMIT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RECORD_LOOKUP_LIMIT_OUT_OF_RANGE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RECORD_PRIOR_AUTOLAUNCH_UPDATE_ONLY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RECORD_PRIOR_INVALID_IN_RECORD_CREATE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RECORD_PRIOR_INVALID_IN_RECORD_DELETE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RECORD_PRIOR_INVALID_IN_RECORD_UPDATE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RECORD_PRIOR_READ_ONLY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_REFERENCES_APEX_CLASS_NOT_IN_SAME_PACKAGE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RESOURCE_NOT_SUPPORTED_FOR_ENVIRONMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RULE_REQUIRE_RECORD_CHANGED_NEVER_CHECKED_FOR_RECORD_PRIOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RUN_AS_SYSTEM_MODE_WITHOUT_CONTEXT_WARNING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_RUN_AS_SYSTEM_MODE_WITH_CONTEXT_WARNING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_ALLOWED_ONE_ASYNCAFTERCOMMIT_PATH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_ASYNCAFTERCOMMIT_REQUIRES_RECORD_CHANGED_OR_ISCHANGED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_CANNOT_USE_IS_CHANGED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_INCOMPATIBLE_TIME_SOURCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_INCOMPATIBLE_WHEN_DECISION_REQUIRES_RECORD_CHANGED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, ruleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_INCOMPATIBLE_WITH_FLOW_TRIGGER_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_INCOMPATIBLE_WITH_RECORD_PRIOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, elementType, pathName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_INVALID_BATCH_SIZE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_INVALID_OFFSET\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_REQUIRED_FIELDS_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_REQUIRES_DEFAULT_WORKFLOW_USER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULED_PATH_REQUIRES_RECORD_CHANGED_TO_MEET_CRITERIA\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SCHEDULE_INFORMATION_INCOMPLETE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, flowStartFrequency, flowTriggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SEGMENT_AND_DG_NOT_MATCH_ON_DMO\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SOBJECT_VARIABLE_NOT_PERSISTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, variableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SOURCE_TEMPLATE_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_STAGE_INCLUDES_REFERENCES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_STAGE_ORDER_DUPLICATE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName, stageOrder, stageWithSameOrder</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_STAGE_ORDER_OUT_OF_RANGE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageName, invalidStageOrder, maxOrder, minOrder</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_BATCH_SIZE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_BATCH_SIZE_REQUIRES_OBJECT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_BATCH_SIZE_REQUIRES_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_INPUT_INVALID_EXTERNAL_TRIGGER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_INPUT_INVALID_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_INPUT_INVALID_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, dataType, inputName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_INPUT_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_INPUT_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, dataType, inputName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_INVALID_BATCH_SIZE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_MISMATCHING_DATA_SPACES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_START_OPTION_REQUIRES_FLOW_RUN_INSTALLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_STATIC_INDEX_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_SYSTEM_VARIABLE_NOT_SUPPORTED_FOR_TRIGGERTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, systemVariable, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_API_NAME_DUPLICATED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_ASSERTION_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_ASSERTION_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_CONDITION_INCOMPATIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, leftReference, oprOrRHS</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_CONDITION_INVALID_DATATYPE_MAPPING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, leftReference, oprOrRHS</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_CONDITION_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_CONDITION_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, testPoint</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_DATATYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, actualDataType, expectedDataType, lhsReference, rightReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_DUPLICATED_OBJECT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_DUPLICATE_OBJECT_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_ELEMENT_UNAVAILABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apiNameOfElement, tpElementApiName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_FLOW_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_FLOW_VERSION_INVALID_VERSION_NUMBER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_HAS_ERROR_ASSERTION_UNAVAILABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_IMMEDIATE_PATH_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, datatype, parameterValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INCOMPATIBLE_PARAMETER_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, triggerType, validParameterTypes, validTriggerTypes</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INVALID_APEX_CLASS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INVALID_DATA_SOURCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INVALID_DEBUG_OPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INVALID_OBJECT_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INVALID_OBJECT_RECORD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INVALID_PARAMETER_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementApiName, rightReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_JSON_PARAMETER_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_MERGE_FIELD_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, flowName, testPoint</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_MERGE_FIELD_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, rightReference, testPoint</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_MISSING_DATA_SOURCE_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_NO_FIELD_SELECTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_OPERATOR_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, operatorName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_DUPLICATED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, testPoint, type</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_INCOMPATIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, testPoint, type</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, rightReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_LEFTVALUEREFERENCE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, testPoint</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, testPoint, type</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_TYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, testPoint</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_TYPE_MISMATCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_VALUE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, scheduledPath, testPoint</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMETER_VALUE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, testPoint</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PARAMS_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_POINT_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, testName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_POINT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_POINT_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementApiName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_PROCESSTYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_RIGHTVALUE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementType, leftReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_UNSUPPORTED_PARAMETER_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, datatype</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TEST_UNSUPPORTED_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementApiName, rightReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_AGGR_COLL_NUM_OF_REF\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_AGGR_SOURCE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_APEX_CLASS_INCOMPATIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_API_VERSION_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_ASSIGN_TO_REFERENCE_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_COLL_DEPTH_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_COLL_DEPTH_UP_TO_TWO\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_COLL_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_COLL_UNAVAILABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_COMPOUND_FIELD_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_ELEMENT_REFERENCE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_ELEMENT_REFERENCE_TYPE_INCOMPATIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_FIELD_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_FIELD_MISSING_INPUT_PARAMETER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_FMLAFOR_COLL_NOT_SUPP\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_FMLA_COLL_MULT_RSRC\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_GETITEMBYINDEX_INDEX_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_GETITEMBYINDEX_INDEX_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INPUT_PARAM_DUPLICATED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, parameterName, transformType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INPUT_PARAM_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, parameterName, transformType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INPUT_PARAM_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, parameterName, transformType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVALID_COLLECTION_INDEX\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVALID_COLLECTION_MAPPING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVALID_INPUT_PARAMETER_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVALID_JOIN_KEYS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVALID_MIXED_STATIC_MAPPING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVALID_MULTIPLE_TRANSFORM_VALUE_ACTIONS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVALID_TARGET_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVOCABLE_ACTION_IDENTIFIER_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVOCABLE_ACTION_NOT_ENABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVOCABLE_ACTION_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_INVOCABLE_ACTION_NOT_VALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_JOIN_DUPLICATE_SELECTED_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_JOIN_INVALID_SELECTED_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_JOIN_KEY_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_JOIN_MISSING_SELECTED_FIELDS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_JOIN_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MAP_COLL_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MAP_COLL_MISSING_SOURCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MAP_COLL_MULT_SOURCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MAP_COLL_NUM_OF_REF\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MAP_COLL_RELA_RECORDS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MAP_COL_PRIMITIVE_INCOMPA\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MAP_RSRC_TYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MAP_STATIC_VAL_COLL_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_MISSING_JOIN_FIELD_MAPPING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_OUTPUT_FIELD_API_NAME_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_REQUIRES_AUTOMATIC_OUTPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_SPLIT_JOIN_FIELD_MAPPING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_STATIC_COLLECTION_DISABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_STATIC_COLLECTION_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_STATIC_ITEM_MISSING_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_SUM_SOURCE_TYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_TYPE_NAME_DUPLICATED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_TYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_UNEXPECTED_AUTO_PARAMS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_VALUES_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_VALUE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_VAL_NAME_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_VAL_REF_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRANSFORM_VAL_REF_TFRM_TYP_NOT_SUPP\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRIGGER_DERIVED_FIELD_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRIGGER_ORDER_OUT_OF_BOUNDS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_TRIGGER_TYPE_INCOMPATIBLE_WITH_RECORD_TRIGGER_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowTriggerType, recordTriggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_UPSERT_EXTERNAL_ID_FIELD_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_UPSERT_EXTERNAL_ID_FIELD_NOT_UNIQUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_UPSERT_STANDARD_FIELD_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_UPSERT_STANDARD_ID_FIELD_IDLOOKUP_FALSE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_UPSERT_UNIQUE_ID_CONFLICT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_VALUE_MAPPING_DISABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_VALUE_MAP_DUPLICATE_SOURCE_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_VALUE_MAP_MISSING_DEFAULT_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FLOW_VALUE_MAP_TOO_MANY_ENTRIES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FORMULA_CMT_LIMIT_EXCEEDED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, formulaExpression</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FORMULA_EXPRESSION_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, formulaExpression</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FORM_ALREADY_IN_USE_BY_DRAFT_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"FORM_ALREADY_IN_USE_BY_FLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GLOBAL_VARIABLE_NOT_SUPPORTED_FOR_PROCESSTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, systemVariable</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GOTO_NOT_SUPPORTED_FOR_PROCESS_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GROUP_ACTION_NOT_ALLOWED_AS_CHILD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GROUP_CHILDREN_NOT_CONTIGUOUS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GROUP_ENTRY_ACTION_NOT_MATCHING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GROUP_EXIT_ACTION_NOT_MATCHING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GROUP_GROUP_NOT_ALLOWED_AS_CHILD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GROUP_NAME_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GROUP_REQUIRES_CHILDREN\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"GROUP_TYPE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"HAS_ERROR_OPERATOR_UNAVAILABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"HELP_TEXT_NOT_SUPPORTED_FOR_SCREEN_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"HTTP_METHOD_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: currentRequestHttpMethod, supportedHttpMethods</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INACCESSIBLE_EVENT_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INCOMPATIBLE_DEBUG_CONFIG_OUTPUT_PARAM_DATA_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INCOMPATIBLE_FLOW_PATH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INCONSISTENT_ACTION_VERSIONS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INCONSISTENT_DYNAMIC_TYPE_MAPPING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INCONSISTENT_VALUE_FOR_DYNAMIC_VALUE_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INDIVIDUAL_CONTACT_POINT_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: </xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INDIVIDUAL_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: </xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTPARAM_CONFIGURATION_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTPARAM_INCOMPATIBLE_CONFIGURATION_ONLY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTPARAM_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTPARAM_INCOMPATIBLE_WITH_COLLECTION_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTPARAM_INCOMPATIBLE_WITH_NONCOLLECTION_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTPARAM_MISMATCHED_OBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTPARAM_VARIABLE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTVARIABLE_COLLECTION_NOT_SUPPORTED_FOR_DYNAMIC_ACTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTVARIABLE_COLLECTION_NOT_SUPPORTED_FOR_ENVIRONMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTVARIABLE_DATATYPE_NOT_SUPPORTED_FOR_DYNAMIC_ACTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUTVARIABLE_DATATYPE_NOT_SUPPORTED_FOR_ENVIRONMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUT_PARAMETER_INVALID_SCHEMA_URI\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName, describedSchemaUri, inlineSchemaUri</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INPUT_PARAMETER_SCHEMA_DISABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INSUFFICIENT_ACCESS_FOR_UPSERT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementTypeName, invalidFields</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_ACTION_TYPE_FOR_STEP\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_ASSIGNEE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_CONTENT_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_ELEMENT_ON_PATH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_EMAIL_ADDRESS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_ENVIRONMENTS_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environments</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_FLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_FLOW_INTERVIEW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_FLOW_TEST_PARAMETER_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_FLOW_TEST_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_ID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_INPUT_PARAMETER_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_OPERATION_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, operationName, validOperationNames</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_ORCH_ASSIGNEE_TYPE_FOR_PACKAGE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_PROCESSTYPE_ENVIRONMENT_COMBINATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_PROCESS_TYPE_FOR_APPROVAL_RECALL_PATH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_QUERY_LOCATOR_FORMAT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: message</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_REGEX_IN_SURVEY_QUESTIONS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_RUN_CONTEXT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_SEGMENT_STATUS_FOR_ACTIVATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_SENDER_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_SETUP_REFERENCE_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_STAGE_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, stageReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_STAGE_STEP_ASSIGNEE_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_STEP_TYPE_FOR_APPROVAL_RECALL_PATH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_SURVEY_VARIABLE_NAME_OR_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_TIME_ZONE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"INVOCABLE_ACTION_TYPE_NOT_SUPPORTED_FOR_ENVIRONMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment, actionType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LIST_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, listId</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LIST_SELECTION_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOCATOR_LOCATION_EXCEEDS_SIZE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: message, querySize, requestedLocation</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_ASSIGNNEXTVALUETO_MISMATCHED_APEXCLASSTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_ASSIGNNEXTVALUETO_MISMATCHED_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_ASSIGNNEXTVALUETO_MISMATCHED_OBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_ASSIGNNEXTVALUETO_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_ASSIGNNEXTVALUETO_MISSING_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_ASSIGNNEXTVALUETO_REFERENCE_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldRelationshipName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_COLLECTION_ELEMENT_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_COLLECTION_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_COLLECTION_NOT_SUPPORTED_FOR_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"LOOP_MISSING_COLLECTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MANAGEDCONTENT_STATUS_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MANUALLY_SET_OUTPUT_DATA_TYPE_MISMATCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MANUALLY_SET_OUTPUT_INVALID_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MANUAL_VARIABLE_ASSIGNMENT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MAX_ACTIVE_FLOWS_PER_OBJECT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MAX_CHILD_TYPES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: input, limit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MAX_EXTERNAL_REFERENCES_IN_QUERY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: input, limit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MAX_STATEMENT_SIZE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: input, limit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MERGE_FIELD_NOT_SUPPORTED_IN_ACTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MESSAGING_API_ENTITLEMENT_REACHED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: </xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MESSAGING_INACTIVE_CHANNEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: </xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MFA_REDIRECT_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: redirectUrl</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MISSING_ASSIGNEE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MISSING_ASSIGNEE_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MISSING_EMAIL_RECIPIENTS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MISSING_FLOW_TRANSFORM_SUM_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MISSING_MULESOFT_STEP_ASSIGNEE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MISSING_REQUIRED_OUTPUT_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MULTIPLE_ASSIGNEES_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MULTI_MEMBER_APPROVAL_INVALID_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"MULTI_MEMBER_APPROVAL_INVALID_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"NON_EXPOSED_COMPONENT_IN_FLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"NON_GLOBAL_COMPONENT_IN_EXPORTED_FLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"NO_ELEMENTS_IN_RUN_IMMEDIATELY_PATH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"NUMBER_OF_SCREENFIELD_REGIONS_EXCEEDS_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECTTYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECT_CANNOT_BE_CREATED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECT_CANNOT_BE_DELETED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECT_CANNOT_BE_QUERIED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECT_CANNOT_BE_UPDATED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECT_ENCRYPTED_FIELDS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECT_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECT_TYPE_DOES_NOT_EXIST\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OBJECT_TYPE_NOT_CDC_ENABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ORCHESTRATION_CAN_ASSIGNEE_EDIT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ORCHESTRATION_REQUIRESASYNCPROCESSING_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ORCHESTRATION_REQUIRESASYNCPROCESSING_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ORCHESTRATION_STEP_LOCK_RECORD_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ORG_WIDE_EMAIL_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, orgWideEmailAddress</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ORG_WIDE_EMAIL_NOT_USED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OUTPUTPARAM_ASSIGNTOREFERENCE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OUTPUTPARAM_ASSIGNTOREFERENCE_NOTFOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OUTPUTPARAM_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OUTPUTPARAM_MISMATCHED_OBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OUTPUTPARAM_MISMATCHED_WITH_COLLECTION_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OUTPUTPARAM_MISSING_ASSIGNTOREFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"OUTPUTPARAM_MISTMATCHED_WITH_NONCOLLECTION_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PARAM_DATATYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PAST_SCHEDULE_FLOW_WILL_NOT_RUN\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PLATFORM_EVENT_TRIGGERED_FLOW_REQUIRES_DEFAULT_WORKFLOW_USER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PRICE_ADJUSTMENT_TIER_VALIDATION_ERROR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: currentLowerBound, currentUpperBound, errorScenario, nextLowerBound, nextUpperBound</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESSMETADATAVALUES_NOT_SUPPORTED_FOR_PROCESSTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, metadataValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESSMETADATAVALUE_NONEXISTENT_ELEMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESSTYPE_COMPONENTTYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESSTYPE_ELEMENT_CONFIG_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, attributeSet, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESSTYPE_ELEMENT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESSTYPE_EVALUATIONFLOW_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESSTYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESSTYPE_SCREEN_FIELDTYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESS_TYPE_ELEMENT_ATTRIBUTE_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, attribute, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROCESS_TYPE_INCOMPATIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, currentProcessType, flowName, incompatibleProcessType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROGRESS_INDICATOR_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, customProperty</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROMPT_FLOW_CONTAINS_INVALID_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"PROMPT_FLOW_INPUT_TYPE_CONFLICT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"QUERY_LOCATOR_EXPIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: message</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"QUERY_LOCATOR_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: </xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"QUEUE_DOES_NOT_SUPPORT_ORCHESTRATION_WORK_ITEMS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECOMMENDATION_STRATEGY_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: errorArguments, errorCode</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_ENCRYPTED_FIELDS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_GEOLOCATION_FIELDS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_INVALID_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType, operatorName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_INVALID_ELEMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, assignmentName, elementName, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_INVALID_OPERATOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, operatorName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, operatorName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_MISSING_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, elementName, elementType, operatorName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_MULTIPLE_QUERIES_SAME_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDFILTER_NON_PRIMITIVE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDLOOKUP_IDASSIGNMENT_VARIABLE_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDLOOKUP_IDASSIGNMENT_VARIABLE_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORDUPDATE_MISSING_FILTERS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORD_CHANGE_LISTENER_CONDITIONS_NON_RECORD_GLOBAL_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORD_CHANGE_LISTENER_CONDITIONS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORD_CHANGE_LISTENER_CONDITIONS_THRESHOLD_BREACHED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORD_CREATE_MISSING_FILTERS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RECORD_PRIOR_VALUE_REMAIN_SAME_BEFORE_TRIGGER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REFERENCED_ELEMENT_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, mergeFieldReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REFERENCE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RELATED_RECORD_REQUIRED_WORK_ACTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REPEATER_API_VERSION_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REPEATER_API_VERSION_UPGRADE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REPEATER_COMPONENT_CURRENTLY_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REPEATER_DATA_SOURCE_INCOMPATIBLE_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REPEATER_REMOVED_FIELD_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REQUIRED_VARIABLE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"REQUIRED_VARIABLE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RESOURCE_ANNOTATION_MAP_MISSING_ELEMENT_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RESOURCE_DESCRIPTOR_MISSING_ELEMENT_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RESOURCE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: </xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RULE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RULE_MISSING_ATTRIBUTES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, ruleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RULE_MISSING_CONDITION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, ruleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RULE_REQUIRE_RECORD_CHANGED_NEVER_CHECKED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RUN_AS_USER_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"RUN_AS_USER_REQUIRED_WHEN_SPECIFYING_ASSIGNEE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCHEDULE_TRIGGERED_FLOW_REQUIRES_DEFAULT_WORKFLOW_USER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_CALLS_FLOW_WITH_INSECURE_RUN_AS_MODE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_INVALID_INPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_MISSING_REQUIRED_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_MISSING_REQUIRED_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_NOT_SUPPORTED_IN_ORG\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_TRIGGER_EVENT_SOURCE_NOT_ON_SAME_SCREEN\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_TRIGGER_HANDLER_EXCEEDS_CONDITION_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_TRIGGER_HANDLER_NOT_VALID_SCREEN_ACTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENACTION_TYPE_NOT_SUPPORTED_IN_ORG\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENCOMPONENT_CONTAINS_VISIBILITY_RULE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_API_VERSION_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_BOOLEAN_ISREQUIRED_IS_FALSE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_CANNOT_HAVE_BOTH_DEFAULTVALUE_AND_DEFAULTSELECTEDCHOICEREFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_DEFAULTVALUE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_DUPLICATE_INPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_DUPLICATE_OUTPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_IMPLEMENTATION_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_INPUT_ATTRIBUTE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_NAME_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_NAME_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_NAME_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_OUTPUT_ATTRIBUTE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_EXTENSION_REQUIRED_INPUT_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, extensionName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_INPUTS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_INPUTS_ON_NEXT_NAV_TO_ASSOC_SCRN_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_INVALID_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, dataType, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_MULTISELECTCHOICE_SEMICOLON_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_OBJECTFIELDREFERENCE_INVALID_FORMAT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectFieldReference</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_OBJECTPROVIDED_CANNOT_HAVE_DEFAULTVALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_OBJECTPROVIDED_CANNOT_HAVE_HELPTEXT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_OBJECTPROVIDED_INVALID_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, dataType, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_OBJECTPROVIDED_ISREQUIRED_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_OBJECTPROVIDED_LIGHTNING_RUNTIME_DISABLED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_OBJECTPROVIDED_MISSING_OBJECTFIELDREFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_OUTPUTS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_PARAMETER_MIN_API_VERSION_NOT_VALID_FOR_FLOW_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_REGION_CONTAINS_DUPLICATE_INPUT_PARAMETER_VALUES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_REGION_INPUT_PARAMETER_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_REGION_MISSING_REQUIRED_PERMISSIONS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_REGION_NOT_IN_CONTAINER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_REGION_REQUIRED_INPUT_PARAMETER_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_REGION_WIDTH_SUM_EXCEEDS_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_REGION_WIDTH_VALUE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_TYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_API_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_ENVIRONMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment, fieldType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_USERINPUT_NOT_SUPPORTED_FOR_CHOICETYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_VALIDATIONRULE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_VALIDATION_RULES_NOT_SUPPORTED_FOR_ENVIRONMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, environment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFIELD_VALIDATION_RULES_NOT_SUPPORTED_FOR_EXTENSIONS_WITHOUT_OUTPUTS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENFOOTER_MERGEFIELD_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_ACTION_INVALID_ATTRIBUTE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_ACTION_INVALID_ATTRIBUTE_FOR_API_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_ACTION_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, acceptedValues, actionValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_ACTION_MISSING_ATTRIBUTE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_ACTION_MISSING_FIELDREFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_ACTION_MISSING_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_ATTRIBUTE_NOT_SUPPORTED_FOR_SCREENFIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, attributeName, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_FIELD_NOT_FOUND_ON_SCREEN\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName, fieldValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_MISSING_ACTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, screenRuleName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_NOT_SUPPORTED_IN_ORG\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_SCREENFIELD_NOT_VISIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREENRULE_VISIBILITY_NOT_SUPPORTED_IN_ORG\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_ACTION_NOT_FOUND_WITH_NAME_AND_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_ACTION_TRIGGER_CONDITION_RUNTIME_API_VERSION_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_ALLOWBACK_ALLOWFINISH_BOTH_FALSE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_CONTAINS_LIGHTNING_COMPONENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_CONTAINS_REGION_CONTAINER_COMPONENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_FIELD_REGION_CONTAINER_TYPE_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_FIELD_REGION_CONTAINER_TYPE_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_FIELD_SECTION_HEADER_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_FIELD_SECTION_HEADER_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_MISSING_FOOTER_AND_LIGHTNING_COMPONENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_MISSING_LABEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, characterLimit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_MULTISELECTFIELD_DOESNT_SUPPORT_CHOICE_WITH_USERINPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_PAUSEDTEXT_NOT_SHOWN_WHEN_ALLOWPAUSE_IS_FALSE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SCREEN_TRIGGER_HANDLER_INVALID_INIT_BEHAVIOR_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SEND_EMAIL_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SEND_TO_FLOW_NOT_SUPPORTED_IN_IMMEDIATE_PATH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SETTING_FIELD_MAKES_OTHER_FIELD_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, requiredField</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SETTING_FIELD_MAKES_OTHER_FIELD_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, otherFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SETTING_FIELD_VALUE_MAKES_OTHER_FIELD_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, otherFieldName, value</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SETTING_FIELD_VALUE_MAKES_OTHER_FIELD_VALUE_UNSUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldValue, otherFieldName, otherFieldValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SETUP_REFERENCE_ALLOWED_ONLY_IN_ACTION_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SETUP_REFERENCE_TYPE_NOT_PACKAGEABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SETUP_REFERENCE_VALUE_REQUIRES_DEVELOPER_NAMES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SLACK_API_EXCEPTION_EXTENSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: slackErrorCode</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SOBJECT_ELEMENT_INCOMPATIBLE_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SOBJECT_ELEMENT_MISMATCHED_OBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, sobjectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SORT_ENCRYPTED_FIELDS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SORT_FIELD_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, sortOrder</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SORT_FIELD_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SORT_GEOLOCATION_FIELDS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SORT_LIMIT_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, maxLimit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SORT_ORDER_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SPECIFIC_FIELD_VALUE_MAKES_OTHER_FIELD_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, fieldType, requiedField</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SPECIFIC_FIELD_VALUE_MAKES_OTHER_FIELD_VALUE_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"STAGE_NAME_NOT_FULLY_QUALIFIED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"STAGE_STEP_ASSIGNEE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"START_ELEMENT_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"STYLE_PROPERTIES_UNSUPPORTED_BY_SCREEN_FIELD_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"STYLE_SETTING_INVALID_SCOPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"STYLE_SETTING_SCOPE_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"STYLE_SETTING_SCOPE_REQUIRED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_DESKTOP_DESIGNER_FLOWS_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_DIFFERENT_RUNMODE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_INPUT_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_INPUT_MULTIPLE_ASSIGNMENTS_TO_ONE_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputVariableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_INPUT_REFERENCES_FIELD_ON_SOBJECT_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, inputVariableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_INPUT_VARIABLE_NOT_FOUND_IN_REFERENCEDFLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_INPUT_VARIABLE_NO_INPUT_ACCESS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, inputAssignmentNames</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_INVALID_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_INVALID_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_MASTER_FLOW_TYPE_NOT_AUTOLAUNCHED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parentFlowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_NO_ACTIVE_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_INCOMPATIBLE_DATATYPES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_MISMATCHED_APEX_CLASS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_MISMATCHED_COLLECTIONTYPES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_MISMATCHED_OBJECTS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_MISSING_ASSIGNTOREFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputAssignment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_MULTIPLE_ASSIGNMENTS_TO_ONE_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputVariableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_REFERENCES_FIELD_ON_SOBJECT_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, outputAssignment</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_TARGET_DOES_NOT_EXIST_IN_MASTER_FLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, outputAssignmentName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_VARIABLE_NOT_FOUND_IN_MASTERFLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, variableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_VARIABLE_NOT_FOUND_IN_REFERENCEDFLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowVersion, outputParameterNames</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_OUTPUT_VARIABLE_NO_OUTPUT_ACCESS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, variableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_PROCESSTYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, subflowElementName, subflowName, subflowProcessType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_PROCESS_TYPE_INCOMPATIBLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, flowName, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SUBFLOW_REFERENCES_MASTERFLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_ADVANCED_CONDITION_LOGIC_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_CHOICE_NOT_REFERENCED_BY_A_QUESTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_CHOICE_REFERENCED_BY_MULTIPLE_QUESTIONS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, choiceName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_ELEMENT_NEVER_REACHED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_ENRICH_INVALID_CONFIGURATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_INACTIVE_SUBFLOWS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_INVALID_ATTACHMENT_QUESTION_CONFIGURATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_INVALID_CMT_CONFIGURED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_INVALID_CUSTOM_THANK_YOU_CONFIGURATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_INVALID_LINK_TARGET_IN_QUESTION_LABEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_INVALID_MATRIX_QUESTION_CONFIGURATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_INVALID_MERGE_FIELD_CONFIGURATION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_INVALID_OUTPUT_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_MISSING_QUESTION_OR_SUBFLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_MISSING_REQUIRED_VARIABLES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_MULTIPLE_SCREENS_CANNOT_CONNECT_TO_SAME_DECISION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowDecision</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_NESTED_SUBFLOWS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_NONSURVEY_SUBFLOWS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_RULE_INVALID_LEFT_OPERAND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementReference, operatorName, ruleName, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_RULE_INVALID_RIGHT_OPERAND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_SAVE_ERROR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_QUESTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_START_ELEMENT_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SURVEY_VARIABLE_ACCESS_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, surveyName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SYSTEM_MODE_NOT_ALLOWED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"SYSTEM_VARIABLE_MISSING_FIELD_REFERENCE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_PRVD_TYPE_INCOMPATIBLE_FLOW_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, flowType, templateProviderType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_SCREENFIELD_INFO_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_SCREENFIELD_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, templateApiName, templateProviderType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_SCREENFIELD_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_SCREENFIELD_PROPERTIES_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, templateApiName, templateProviderType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_SCREENFIELD_PROPERTIES_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, templateApiName, templateProviderType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_SCREENFIELD_PRVD_TYPE_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, templateProviderType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_SCREENFIELD_RNDR_LWC_INVALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, renderingLwcName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPLATED_SCREEN_FIELD_REQUIRES_AUTOMATIC_OUTPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TEMPORARY_QUERY_MORE_FAILURE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: message</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TRIGGERED_FLOW_REDUNDANT_QUERY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TRIGGERING_RECORD_UPDATE_REQUIRES_INPUTASSIGNMENTS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TRIGGER_ORDER_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TRIGGER_TYPE_CONTEXT_OBJECT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TRIGGER_TYPE_ELEMENT_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementType, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TRIGGER_TYPE_INCOMPATIBLE_WITH_PROCESS_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TRIGGER_TYPE_NOT_ALLOWED_FOR_SUBFLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, subflowName, triggerType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_DUPLICATED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_INVALID_SCHEMA_URI\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_NAME_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_NOT_SUPPORTED_FOR_API_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_NOT_SUPPORTED_FOR_PROCESS_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_SCHEMA_URI_INVALID_ACTION_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_SCHEMA_URI_INVALID_SCHEMA_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"TYPE_MAPPING_SCHEMA_URI_MISSING_DELIMITER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"UNAUTHORIZED_USER_FOR_CURSOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: message</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"UNEXPECTED_ERROR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"UNSUPPORTED_FLOW_TEST_ASSERTION_FOR_TEST_POINT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"UNSUPPORTED_FLOW_TEST_PARAMETER_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"UNSUPPORTED_FLOW_TEST_POINT_FOR_ELEMENT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VALIDATION_EXCEPTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: field, message, parentResourceName, resourceName, resourceType, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VALUE_CHAR_LIMIT_EXCEEDED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName, characterLimit</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VARIABLE_FIELD_IS_READ_ONLY\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VARIABLE_FIELD_NOT_SUPPORTED_FOR_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, datatype</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VARIABLE_FIELD_NOT_SUPPORTED_FOR_DATATYPE_AND_COLLECTION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName, datatype</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VARIABLE_FIELD_REQUIRED_FOR_DATATYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, datatype, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VARIABLE_NAME_IS_RESERVED_FOR_PROCESS_TYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, variableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VARIABLE_SCALE_EXCEEDS_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VARIABLE_SCALE_NEGATIVE_INTEGER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VARIABLE_SCALE_NULL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VERSION_NOT_VALID\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, apiVersion</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VISIBILITY_RULE_EXCEEDS_CONDITION_LIMIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VISIBILITY_RULE_NOT_AVAILABLE_IN_ORG\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VISIBILITY_RULE_NOT_SUPPORTED_FOR_API_VERSION\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VISIBILITY_RULE_NOT_SUPPORTED_FOR_PROCESSTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType, screenFieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"VISIBILITY_RULE_NO_CONDITIONS\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, fieldName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_BATCH_SIZE_NOT_SUPPORTED_FOR_EVENTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_CHANNEL_ACTIONCALL_MISMATCH\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_DEFAULT_CONNECTOR_MISSING_LABEL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_DUPLICATE_INPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_INPUT_NOT_SUPPORTED_FOR_EVENTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, inputParameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_INPUT_REQUIRES_LITERAL_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_INVALID_CONDITION_LOGIC\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_MISSING_CONNECTOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_MISSING_EVENTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_NOT_SUCCEEDING_ACTIONCALL\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_NO_FIELDS_SET_FOR_DATE_WAIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_OBJECT_NOT_SUPPORTED_FOR_EVENTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_OUTPUT_NOT_SUPPORTED_FOR_EVENTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, outputParameter</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_PATHS_MISSING_CONNECTOR\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_RELATIVEALARM_INVALID_DATETIME_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_RELATIVEALARM_INVALID_FIELD\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_RELATIVEALARM_INVALID_OBJECTTYPE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, inputParameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_RELATIVEALARM_INVALID_OFFSETNUMBER\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_RELATIVEALARM_INVALID_OFFSETUNIT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, eventParameterName, incompatibleValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_REQUIRED_INPUT_MISSING\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_RESUME_DATE_IN_PAST\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, processType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAITEVENT_TYPE_INVALID_OR_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, waitEventName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WAIT_ELEMENT_NOT_ALLOWED_IN_SYNC_BROADCAST_FLOW\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_MISSING_PROCESSMETADATAVALUES\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, flowName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_OBJECTTYPE_NOT_FOUND\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_OBJECTTYPE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_OBJECTVARIABLE_AND_OLDOBJECTVARIABLE_REFERENCE_SAME_SOBJECT_VARIABLE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectVariableName, oldObjectVariableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_OBJECTVARIABLE_DOESNT_SUPPORT_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, objectVariableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_OLDOBJECTVARIABLE_DOESNT_SUPPORT_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, objectType, oldObjectVariableName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_PROCESSMETADATAVALUES_MORE_THAN_ONE_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_PROCESS_METADATAVALUES_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, metadataValue</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_RECURSIVECOUNTVARIABLE_DOESNT_SUPPORT_INPUT\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, elementName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_RULE_NOT_DEACTIVATED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"WORKFLOW_TRIGGERTYPE_INVALID_VALUE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n </xsd:restriction>\n</xsd:simpleType>\n<xsd:complexType name=\"ExtendedErrorDetails\">\n <xsd:sequence>\n <xsd:element name=\"extendedErrorCode\" type=\"tns:ExtendedErrorCode\"/>\n <xsd:any namespace=\"##targetNamespace\" minOccurs=\"0\" maxOccurs=\"unbounded\" processContents=\"lax\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:complexType name=\"SaveResult\">\n <xsd:sequence>\n <xsd:element name=\"errors\" minOccurs=\"0\" maxOccurs=\"unbounded\" type=\"tns:Error\"/>\n <xsd:element name=\"fullName\" type=\"xsd:string\"/>\n <xsd:element name=\"success\" type=\"xsd:boolean\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:simpleType name=\"StatusCode\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:enumeration value=\"ALERT_NOTIFICATION_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"ALL_OR_NONE_OPERATION_ROLLED_BACK\"/>\n <xsd:enumeration value=\"ALREADY_APPLIED\"/>\n <xsd:enumeration value=\"ALREADY_IN_PROCESS\"/>\n <xsd:enumeration value=\"ALREADY_REDEEMED_VOUCHER\"/>\n <xsd:enumeration value=\"APEX_DATA_ACCESS_RESTRICTION\"/>\n <xsd:enumeration value=\"APEX_FAILED\"/>\n <xsd:enumeration value=\"API_TASK_INVALID_REQUEST\"/>\n <xsd:enumeration value=\"API_TASK_LIMIT_REACHED\"/>\n <xsd:enumeration value=\"APPLICATION_ALREADY_EXISTS\"/>\n <xsd:enumeration value=\"ASSIGNEE_TYPE_REQUIRED\"/>\n <xsd:enumeration value=\"ATTRIBUTE_DEFINITION_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"AURA_COMPILE_ERROR\"/>\n <xsd:enumeration value=\"AUTH_PROVIDER_NEEDS_AUTH\"/>\n <xsd:enumeration value=\"AUTH_PROVIDER_NOT_FOUND\"/>\n <xsd:enumeration value=\"B2B_SEARCH_ADMIN_ERROR\"/>\n <xsd:enumeration value=\"BAD_CUSTOM_ENTITY_PARENT_DOMAIN\"/>\n <xsd:enumeration value=\"BAD_GATEWAY\"/>\n <xsd:enumeration value=\"BAD_LIST_UNSUBSCRIBE_DATA\"/>\n <xsd:enumeration value=\"BAD_REQUEST\"/>\n <xsd:enumeration value=\"BCC_NOT_ALLOWED_IF_BCC_COMPLIANCE_ENABLED\"/>\n <xsd:enumeration value=\"BLOCKED_EXCLUSIVE\"/>\n <xsd:enumeration value=\"BOT_INACTIVE_CONFIG\"/>\n <xsd:enumeration value=\"CANNOT_CASCADE_PRODUCT_ACTIVE\"/>\n <xsd:enumeration value=\"CANNOT_CHANGE_FIELD_TYPE_OF_APEX_REFERENCED_FIELD\"/>\n <xsd:enumeration value=\"CANNOT_CHANGE_FIELD_TYPE_OF_REFERENCED_FIELD\"/>\n <xsd:enumeration value=\"CANNOT_CREATE_ANOTHER_MANAGED_PACKAGE\"/>\n <xsd:enumeration value=\"CANNOT_DEACTIVATE_DIVISION\"/>\n <xsd:enumeration value=\"CANNOT_DELETE_GLOBAL_ACTION_LIST\"/>\n <xsd:enumeration value=\"CANNOT_DELETE_LAST_DATED_CONVERSION_RATE\"/>\n <xsd:enumeration value=\"CANNOT_DELETE_MANAGED_OBJECT\"/>\n <xsd:enumeration value=\"CANNOT_DISABLE_LAST_ADMIN\"/>\n <xsd:enumeration value=\"CANNOT_ENABLE_IP_RESTRICT_REQUESTS\"/>\n <xsd:enumeration value=\"CANNOT_EXECUTE_FLOW_TRIGGER\"/>\n <xsd:enumeration value=\"CANNOT_FREEZE_SELF\"/>\n <xsd:enumeration value=\"CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY\"/>\n <xsd:enumeration value=\"CANNOT_MODIFY_MANAGED_OBJECT\"/>\n <xsd:enumeration value=\"CANNOT_PASSWORD_LOCKOUT\"/>\n <xsd:enumeration value=\"CANNOT_POST_TO_ARCHIVED_GROUP\"/>\n <xsd:enumeration value=\"CANNOT_RENAME_APEX_REFERENCED_FIELD\"/>\n <xsd:enumeration value=\"CANNOT_RENAME_APEX_REFERENCED_OBJECT\"/>\n <xsd:enumeration value=\"CANNOT_RENAME_REFERENCED_FIELD\"/>\n <xsd:enumeration value=\"CANNOT_RENAME_REFERENCED_OBJECT\"/>\n <xsd:enumeration value=\"CANNOT_REPARENT_RECORD\"/>\n <xsd:enumeration value=\"CANNOT_UPDATE_CONVERTED_LEAD\"/>\n <xsd:enumeration value=\"CANNOT_UPDATE_IS_THIRD_PARTY\"/>\n <xsd:enumeration value=\"CANNOT_UPDATE_PAYMENT_METHOD_SET\"/>\n <xsd:enumeration value=\"CANT_DISABLE_CORP_CURRENCY\"/>\n <xsd:enumeration value=\"CANT_UNSET_CORP_CURRENCY\"/>\n <xsd:enumeration value=\"CART_DELIVERY_GROUP_NOT_FOUND\"/>\n <xsd:enumeration value=\"CART_ITEM_LIMIT_EXCEEDED_FOR_COUPONS\"/>\n <xsd:enumeration value=\"CART_ITEM_NOT_FOUND\"/>\n <xsd:enumeration value=\"CART_NOT_FOUND\"/>\n <xsd:enumeration value=\"CART_VALIDATION_ERROR\"/>\n <xsd:enumeration value=\"CDS_UNCOMMITTED_WORK\"/>\n <xsd:enumeration value=\"CHECKOUT_CONFLICT\"/>\n <xsd:enumeration value=\"CHECKOUT_EXPIRED\"/>\n <xsd:enumeration value=\"CHECKOUT_INVALIDATED\"/>\n <xsd:enumeration value=\"CHECKOUT_INVENTORY_RESERVATION\"/>\n <xsd:enumeration value=\"CHECKOUT_LOCKED\"/>\n <xsd:enumeration value=\"CHECKOUT_NOT_FOUND\"/>\n <xsd:enumeration value=\"CHECKOUT_UNAUTHORIZED\"/>\n <xsd:enumeration value=\"CHECKOUT_VALIDATION\"/>\n <xsd:enumeration value=\"CHILD_SHARE_FAILS_PARENT\"/>\n <xsd:enumeration value=\"CIRCULAR_DEPENDENCY\"/>\n <xsd:enumeration value=\"CLEAN_SERVICE_ERROR\"/>\n <xsd:enumeration value=\"CLM_INSUFFICIENT_ACCESS\"/>\n <xsd:enumeration value=\"CLM_RECORD_NOT_FOUND\"/>\n <xsd:enumeration value=\"CLONE_FIELD_INTEGRITY_EXCEPTION\"/>\n <xsd:enumeration value=\"CLONE_NOT_SUPPORTED\"/>\n <xsd:enumeration value=\"CMS_FOLDER_ITEM_MOVE_FAILED\"/>\n <xsd:enumeration value=\"COLLISION_DETECTED\"/>\n <xsd:enumeration value=\"COMMERCE_SEARCH_INDEXING_SYSTEM_ERROR\"/>\n <xsd:enumeration value=\"COMMERCE_SEARCH_INVALID_RESOURCE\"/>\n <xsd:enumeration value=\"COMMERCE_SEARCH_MQ_ERROR\"/>\n <xsd:enumeration value=\"COMMERCE_SEARCH_PROVIDER_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"COMMERCE_SEARCH_RESOURCE_NOT_FOUND\"/>\n <xsd:enumeration value=\"COMMERCE_SEARCH_RULES_SYNC_FAILED\"/>\n <xsd:enumeration value=\"COMMERCE_SEARCH_UNSUPPORTED_LANGUAGE_ERROR\"/>\n <xsd:enumeration value=\"COMMERCIAL_CONTROL_ERROR\"/>\n <xsd:enumeration value=\"COMMUNITY_NOT_ACCESSIBLE\"/>\n <xsd:enumeration value=\"CONFLICT\"/>\n <xsd:enumeration value=\"CONFLICTING_ENVIRONMENT_HUB_MEMBER\"/>\n <xsd:enumeration value=\"CONFLICTING_SSO_USER_MAPPING\"/>\n <xsd:enumeration value=\"CONTENT_MALWARE_DETECTED\"/>\n <xsd:enumeration value=\"CONTENT_NOT_FOUND\"/>\n <xsd:enumeration value=\"CONTENT_SEARCH_NOT_ENABLED\"/>\n <xsd:enumeration value=\"CONTENT_TYPE_DISABLED_FOR_API\"/>\n <xsd:enumeration value=\"CONTENT_TYPE_NOT_FOUND\"/>\n <xsd:enumeration value=\"CONTEXT_TAG_MISSING\"/>\n <xsd:enumeration value=\"COPILOT_INACTIVE_CONFIG\"/>\n <xsd:enumeration value=\"COPILOT_SESSION_ENDED\"/>\n <xsd:enumeration value=\"COUPON_REDEMPTION_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"CT_DEPTH_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"CT_DEVELOPER_NAME_NOT_UPDATABLE\"/>\n <xsd:enumeration value=\"CT_ENTITY_DELETE_ERROR\"/>\n <xsd:enumeration value=\"CT_ENTITY_SAVE_ERROR\"/>\n <xsd:enumeration value=\"CT_INVALID_DEPTH\"/>\n <xsd:enumeration value=\"CT_INVALID_QUERY_WORD\"/>\n <xsd:enumeration value=\"CT_INVALID_TAXONOMY_ID\"/>\n <xsd:enumeration value=\"CT_INVALID_TERM_ID\"/>\n <xsd:enumeration value=\"CT_INVALID_TERM_LENGTH\"/>\n <xsd:enumeration value=\"CT_NONEMPTY_TERM_REFERENCE\"/>\n <xsd:enumeration value=\"CT_PARENT_TERM_CYCLE\"/>\n <xsd:enumeration value=\"CT_TERM_SEARCH_ERROR\"/>\n <xsd:enumeration value=\"CUSTOM_APEX_ERROR\"/>\n <xsd:enumeration value=\"CUSTOM_CLOB_FIELD_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"CUSTOM_ENTITY_OR_FIELD_LIMIT\"/>\n <xsd:enumeration value=\"CUSTOM_FIELD_INDEX_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"CUSTOM_INDEX_EXISTS\"/>\n <xsd:enumeration value=\"CUSTOM_LINK_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"CUSTOM_METADATA_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"CUSTOM_METADATA_REL_FIELD_MANAGEABILITY\"/>\n <xsd:enumeration value=\"CUSTOM_SETTINGS_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"CUSTOM_TAB_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"DATAASSESSMENT_CONFIG_ASSESSMENT_IN_PROGRESS_ERROR\"/>\n <xsd:enumeration value=\"DATAASSESSMENT_CONFIG_SERVICE_ERROR\"/>\n <xsd:enumeration value=\"DATACLOUDADDRESS_NO_RECORDS_FOUND\"/>\n <xsd:enumeration value=\"DATACLOUDADDRESS_PROCESSING_ERROR\"/>\n <xsd:enumeration value=\"DATACLOUDADDRESS_SERVER_ERROR\"/>\n <xsd:enumeration value=\"DATA_MAPPING_NOT_FOUND\"/>\n <xsd:enumeration value=\"DATA_MAPPING_SCHEMA_NOT_FOUND\"/>\n <xsd:enumeration value=\"DATA_STREAM_INTERACTIVE_RUN_PRECONDITION_FAILED\"/>\n <xsd:enumeration value=\"DATA_STREAM_RUN_FAILED\"/>\n <xsd:enumeration value=\"DATA_TRANSFER_RECORD_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"DATA_TRANSLATION_TOGGLED_BEFORE_INCREMENTAL_INDEX\"/>\n <xsd:enumeration value=\"DATA_TYPE_NOT_SUPPORTED\"/>\n <xsd:enumeration value=\"DATE_OUT_OF_RANGE\"/>\n <xsd:enumeration value=\"DELETE_FAILED\"/>\n <xsd:enumeration value=\"DELETE_NOT_ALLOWED\"/>\n <xsd:enumeration value=\"DELETE_OPERATION_TOO_LARGE\"/>\n <xsd:enumeration value=\"DELETE_REQUIRED_ON_CASCADE\"/>\n <xsd:enumeration value=\"DEPENDENCY_EXISTS\"/>\n <xsd:enumeration value=\"DOCUMENT_VERSION_EXISTS\"/>\n <xsd:enumeration value=\"DUPLICATES_DETECTED\"/>\n <xsd:enumeration value=\"DUPLICATE_CASE_SOLUTION\"/>\n <xsd:enumeration value=\"DUPLICATE_COMM_NICKNAME\"/>\n <xsd:enumeration value=\"DUPLICATE_CUSTOM_ENTITY_DEFINITION\"/>\n <xsd:enumeration value=\"DUPLICATE_CUSTOM_TAB_MOTIF\"/>\n <xsd:enumeration value=\"DUPLICATE_DEVELOPER_NAME\"/>\n <xsd:enumeration value=\"DUPLICATE_EXTERNAL_ID\"/>\n <xsd:enumeration value=\"DUPLICATE_MASTER_LABEL\"/>\n <xsd:enumeration value=\"DUPLICATE_SENDER_DISPLAY_NAME\"/>\n <xsd:enumeration value=\"DUPLICATE_USERNAME\"/>\n <xsd:enumeration value=\"DUPLICATE_VALUE\"/>\n <xsd:enumeration value=\"DYNAMIC_BUNDLE_REORDER_ACTION_NOT_ALLOWED\"/>\n <xsd:enumeration value=\"EMAIL_ADDRESS_BOUNCED\"/>\n <xsd:enumeration value=\"EMAIL_EXTERNAL_TRANSPORT_CONNECTION_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_EXTERNAL_TRANSPORT_MISSING_REQUIRED_PROPERTY_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_EXTERNAL_TRANSPORT_PERMISSION_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_EXTERNAL_TRANSPORT_TOKEN_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_EXTERNAL_TRANSPORT_TOO_LARGE_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_EXTERNAL_TRANSPORT_TOO_MANY_REQUESTS_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_EXTERNAL_TRANSPORT_UNKNOWN_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_NOT_PROCESSED_DUE_TO_PRIOR_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_OPTED_OUT\"/>\n <xsd:enumeration value=\"EMAIL_TEMPLATE_FORMULA_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_TEMPLATE_MERGEFIELD_ACCESS_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_TEMPLATE_MERGEFIELD_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_TEMPLATE_MERGEFIELD_VALUE_ERROR\"/>\n <xsd:enumeration value=\"EMAIL_TEMPLATE_PROCESSING_ERROR\"/>\n <xsd:enumeration value=\"EMPTY_CATALOG\"/>\n <xsd:enumeration value=\"EMPTY_INGESTION_JOB\"/>\n <xsd:enumeration value=\"EMPTY_SCONTROL_FILE_NAME\"/>\n <xsd:enumeration value=\"ENHANCED_EMAIL_TEMPLATE_COMPILATION_ERROR\"/>\n <xsd:enumeration value=\"ENTITY_FAILED_IFLASTMODIFIED_ON_UPDATE\"/>\n <xsd:enumeration value=\"ENTITY_IS_ARCHIVED\"/>\n <xsd:enumeration value=\"ENTITY_IS_DELETED\"/>\n <xsd:enumeration value=\"ENTITY_IS_LOCKED\"/>\n <xsd:enumeration value=\"ENTITY_SAVE_ERROR\"/>\n <xsd:enumeration value=\"ENTITY_SAVE_VALIDATION_ERROR\"/>\n <xsd:enumeration value=\"ENVIRONMENT_HUB_MEMBERSHIP_CONFLICT\"/>\n <xsd:enumeration value=\"ENVIRONMENT_HUB_MEMBERSHIP_ERROR_JOINING_HUB\"/>\n <xsd:enumeration value=\"ENVIRONMENT_HUB_MEMBERSHIP_USER_ALREADY_IN_HUB\"/>\n <xsd:enumeration value=\"ENVIRONMENT_HUB_MEMBERSHIP_USER_NOT_ORG_ADMIN\"/>\n <xsd:enumeration value=\"ERROR_CALCULATING_EXPIRY_DATE\"/>\n <xsd:enumeration value=\"ERROR_IN_MAILER\"/>\n <xsd:enumeration value=\"EXCEEDED_MAX_SEMIJOIN_SUBSELECTS_WRITE\"/>\n <xsd:enumeration value=\"EXCHANGE_WEB_SERVICES_URL_INVALID\"/>\n <xsd:enumeration value=\"EXTERNAL_APP_DUPLICATE_CONTENT_ZONE_NAME\"/>\n <xsd:enumeration value=\"EXTERNAL_RESOURCE_FORBIDDEN\"/>\n <xsd:enumeration value=\"FACETABLE_ATTRIBUTE_MAX_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"FAILED_ACTIVATION\"/>\n <xsd:enumeration value=\"FAILED_DUE_TO_OTHER_INPUTS\"/>\n <xsd:enumeration value=\"FAILED_TO_RESOLVE_MAPPING\"/>\n <xsd:enumeration value=\"FAILED_TO_RESOLVE_SCHEMA_INFORMATION\"/>\n <xsd:enumeration value=\"FAILED_TO_RESOLVE_UIID\"/>\n <xsd:enumeration value=\"FIELD_CUSTOM_VALIDATION_EXCEPTION\"/>\n <xsd:enumeration value=\"FIELD_FILTER_VALIDATION_EXCEPTION\"/>\n <xsd:enumeration value=\"FIELD_INTEGRITY_EXCEPTION\"/>\n <xsd:enumeration value=\"FIELD_KEYWORD_LIST_MATCH_LIMIT\"/>\n <xsd:enumeration value=\"FIELD_MAPPING_ERROR\"/>\n <xsd:enumeration value=\"FIELD_MODERATION_RULE_BLOCK\"/>\n <xsd:enumeration value=\"FIELD_NOT_UPDATABLE\"/>\n <xsd:enumeration value=\"FILE_EXTENSION_NOT_ALLOWED\"/>\n <xsd:enumeration value=\"FILE_SIZE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"FILTERED_LOOKUP_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"FIND_DUPLICATES_ERROR\"/>\n <xsd:enumeration value=\"FLOW_EXCEPTION\"/>\n <xsd:enumeration value=\"FORBIDDEN_EXCEPTION\"/>\n <xsd:enumeration value=\"FUNCTIONALITY_NOT_ENABLED\"/>\n <xsd:enumeration value=\"GET_EINSTEIN_TENANT_ERROR\"/>\n <xsd:enumeration value=\"GUEST_INSUFFICIENT_ACCESS\"/>\n <xsd:enumeration value=\"HAS_PUBLIC_REFERENCES\"/>\n <xsd:enumeration value=\"HTML_FILE_UPLOAD_NOT_ALLOWED\"/>\n <xsd:enumeration value=\"IAS_AM_AUTH_BAD_REQUEST\"/>\n <xsd:enumeration value=\"IAS_AM_AUTH_UNAUTHORIZED\"/>\n <xsd:enumeration value=\"IAS_INVALID_AUTH\"/>\n <xsd:enumeration value=\"IAS_INVALID_REQUEST_PARAMETER\"/>\n <xsd:enumeration value=\"IAS_RECORD_DOES_NOT_EXIST\"/>\n <xsd:enumeration value=\"IAS_TENANT_NOT_PROVISIONED\"/>\n <xsd:enumeration value=\"IAS_UNCOMMITTED_WORK\"/>\n <xsd:enumeration value=\"IMAGE_TOO_LARGE\"/>\n <xsd:enumeration value=\"INACTIVE_CONTEXT_DEFINITION\"/>\n <xsd:enumeration value=\"INACTIVE_OWNER_OR_USER\"/>\n <xsd:enumeration value=\"INACTIVE_RULE_ERROR\"/>\n <xsd:enumeration value=\"INDEX_ITEM_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"INDEX_PAYLOAD_NOT_FOUND\"/>\n <xsd:enumeration value=\"INDEX_SINGLE_PAYLOAD_SIZE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"INGESTION_JOB_RECORDS_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"INGESTION_TOTAL_FILE_SIZE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"INPUTPARAM_INCOMPATIBLE_DATATYPE\"/>\n <xsd:enumeration value=\"INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE\"/>\n <xsd:enumeration value=\"INSUFFICIENT_ACCESS\"/>\n <xsd:enumeration value=\"INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY\"/>\n <xsd:enumeration value=\"INSUFFICIENT_ACCESS_OR_READONLY\"/>\n <xsd:enumeration value=\"INSUFFICIENT_ACCESS_TO_INSIGHTSEXTERNALDATA\"/>\n <xsd:enumeration value=\"INSUFFICIENT_BALANCE\"/>\n <xsd:enumeration value=\"INSUFFICIENT_BENEFIT_REMAINING\"/>\n <xsd:enumeration value=\"INSUFFICIENT_CREDITS\"/>\n <xsd:enumeration value=\"INTEGRATION_CANCELLED\"/>\n <xsd:enumeration value=\"INTERNAL_ERROR\"/>\n <xsd:enumeration value=\"INVALID_ACCESS_LEVEL\"/>\n <xsd:enumeration value=\"INVALID_ACCESS_TOKEN\"/>\n <xsd:enumeration value=\"INVALID_ACCOUNT\"/>\n <xsd:enumeration value=\"INVALID_ACTION_VERSION\"/>\n <xsd:enumeration value=\"INVALID_API_INPUT\"/>\n <xsd:enumeration value=\"INVALID_ARGUMENT_TYPE\"/>\n <xsd:enumeration value=\"INVALID_ASSIGNEE_TYPE\"/>\n <xsd:enumeration value=\"INVALID_ASSIGNMENT_RULE\"/>\n <xsd:enumeration value=\"INVALID_AUTH_HEADER\"/>\n <xsd:enumeration value=\"INVALID_BATCH_OPERATION\"/>\n <xsd:enumeration value=\"INVALID_BUSINESS_HOURS_NAME\"/>\n <xsd:enumeration value=\"INVALID_CATEGORY_NETWORK\"/>\n <xsd:enumeration value=\"INVALID_CHECKOUT_INPUT\"/>\n <xsd:enumeration value=\"INVALID_CONTACT\"/>\n <xsd:enumeration value=\"INVALID_CONTENT_TYPE\"/>\n <xsd:enumeration value=\"INVALID_CREDIT_CARD_INFO\"/>\n <xsd:enumeration value=\"INVALID_CROSS_REFERENCE_KEY\"/>\n <xsd:enumeration value=\"INVALID_CROSS_REFERENCE_TYPE_FOR_FIELD\"/>\n <xsd:enumeration value=\"INVALID_CURRENCY_CONV_RATE\"/>\n <xsd:enumeration value=\"INVALID_CURRENCY_CORP_RATE\"/>\n <xsd:enumeration value=\"INVALID_CURRENCY_ISO\"/>\n <xsd:enumeration value=\"INVALID_DATASET_REFERENCE_INPUT\"/>\n <xsd:enumeration value=\"INVALID_DATA_CATEGORY_GROUP_REFERENCE\"/>\n <xsd:enumeration value=\"INVALID_DATA_URI\"/>\n <xsd:enumeration value=\"INVALID_EBV_OPERATION\"/>\n <xsd:enumeration value=\"INVALID_EMAIL_ADDRESS\"/>\n <xsd:enumeration value=\"INVALID_EMPTY_KEY_OWNER\"/>\n <xsd:enumeration value=\"INVALID_ENTITY_FOR_MATCH_ENGINE_ERROR\"/>\n <xsd:enumeration value=\"INVALID_ENTITY_FOR_MATCH_OPERATION_ERROR\"/>\n <xsd:enumeration value=\"INVALID_ENTITY_FOR_UPSERT\"/>\n <xsd:enumeration value=\"INVALID_ENVIRONMENT_HUB_MEMBER\"/>\n <xsd:enumeration value=\"INVALID_EVENT_DELIVERY\"/>\n <xsd:enumeration value=\"INVALID_EVENT_INPUT\"/>\n <xsd:enumeration value=\"INVALID_EVENT_SUBSCRIPTION\"/>\n <xsd:enumeration value=\"INVALID_EXTENSION_ID\"/>\n <xsd:enumeration value=\"INVALID_EXTERNAL_ID_FIELD_NAME\"/>\n <xsd:enumeration value=\"INVALID_FIELD\"/>\n <xsd:enumeration value=\"INVALID_FIELD_FOR_INSERT_UPDATE\"/>\n <xsd:enumeration value=\"INVALID_FIELD_WHEN_USING_TEMPLATE\"/>\n <xsd:enumeration value=\"INVALID_FILTER_ACTION\"/>\n <xsd:enumeration value=\"INVALID_GOOGLE_DOCS_URL\"/>\n <xsd:enumeration value=\"INVALID_ID_FIELD\"/>\n <xsd:enumeration value=\"INVALID_INET_ADDRESS\"/>\n <xsd:enumeration value=\"INVALID_INPUT\"/>\n <xsd:enumeration value=\"INVALID_INPUT_FORMAT\"/>\n <xsd:enumeration value=\"INVALID_KEY_FIELD_INPUT\"/>\n <xsd:enumeration value=\"INVALID_LINEITEM_CLONE_STATE\"/>\n <xsd:enumeration value=\"INVALID_MARKUP\"/>\n <xsd:enumeration value=\"INVALID_MASTER_OR_TRANSLATED_SOLUTION\"/>\n <xsd:enumeration value=\"INVALID_MERCHANT_ACCOUNT_MODE\"/>\n <xsd:enumeration value=\"INVALID_MERCHANT_ACCOUNT_MODE_OR_STATUS\"/>\n <xsd:enumeration value=\"INVALID_MERGE_RECORD\"/>\n <xsd:enumeration value=\"INVALID_MESSAGE_ID_REFERENCE\"/>\n <xsd:enumeration value=\"INVALID_NAMESPACE_PREFIX\"/>\n <xsd:enumeration value=\"INVALID_OAUTH_URL\"/>\n <xsd:enumeration value=\"INVALID_OPERATION\"/>\n <xsd:enumeration value=\"INVALID_OPERATOR\"/>\n <xsd:enumeration value=\"INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST\"/>\n <xsd:enumeration value=\"INVALID_OWNER\"/>\n <xsd:enumeration value=\"INVALID_PACKAGE_LICENSE\"/>\n <xsd:enumeration value=\"INVALID_PACKAGE_VERSION\"/>\n <xsd:enumeration value=\"INVALID_PARTNER_NETWORK_STATUS\"/>\n <xsd:enumeration value=\"INVALID_PAYLOAD_VERSION\"/>\n <xsd:enumeration value=\"INVALID_PERSON_ACCOUNT_OPERATION\"/>\n <xsd:enumeration value=\"INVALID_PROFILE\"/>\n <xsd:enumeration value=\"INVALID_PROMOTION\"/>\n <xsd:enumeration value=\"INVALID_PROVIDER_TYPE\"/>\n <xsd:enumeration value=\"INVALID_QUERY_KEY\"/>\n <xsd:enumeration value=\"INVALID_QUERY_LOCATOR\"/>\n <xsd:enumeration value=\"INVALID_QUERY_VALUE\"/>\n <xsd:enumeration value=\"INVALID_READ_ONLY_USER_DML\"/>\n <xsd:enumeration value=\"INVALID_RECEIVEDDOCUMENTID_ATTACHMENT\"/>\n <xsd:enumeration value=\"INVALID_RECORD_ATTRIBUTE_VALUE\"/>\n <xsd:enumeration value=\"INVALID_RECORD_STATUS\"/>\n <xsd:enumeration value=\"INVALID_RECORD_TYPE\"/>\n <xsd:enumeration value=\"INVALID_REFRESH_TOKEN\"/>\n <xsd:enumeration value=\"INVALID_REORDER_PORTAL_RECORD_ASSOCIATION\"/>\n <xsd:enumeration value=\"INVALID_REQUEST_STATE\"/>\n <xsd:enumeration value=\"INVALID_RUNTIME_VALUE\"/>\n <xsd:enumeration value=\"INVALID_SAVE_AS_ACTIVITY_FLAG\"/>\n <xsd:enumeration value=\"INVALID_SCS_INBOUND_USER\"/>\n <xsd:enumeration value=\"INVALID_SEARCH_PROVIDER_REQUEST\"/>\n <xsd:enumeration value=\"INVALID_SESSION_ID\"/>\n <xsd:enumeration value=\"INVALID_SETUP_OWNER\"/>\n <xsd:enumeration value=\"INVALID_SIGNUP_COUNTRY\"/>\n <xsd:enumeration value=\"INVALID_SIGNUP_OPTION\"/>\n <xsd:enumeration value=\"INVALID_SITE_DELETE_EXCEPTION\"/>\n <xsd:enumeration value=\"INVALID_SITE_FILE_IMPORTED_EXCEPTION\"/>\n <xsd:enumeration value=\"INVALID_SITE_FILE_TYPE_EXCEPTION\"/>\n <xsd:enumeration value=\"INVALID_SOURCE_OBJECT_ID\"/>\n <xsd:enumeration value=\"INVALID_SOURCE_OBJECT_NAME\"/>\n <xsd:enumeration value=\"INVALID_STATUS\"/>\n <xsd:enumeration value=\"INVALID_SUBDOMAIN\"/>\n <xsd:enumeration value=\"INVALID_TARGET_OBJECT_NAME\"/>\n <xsd:enumeration value=\"INVALID_TEXT_REPRESENTATION\"/>\n <xsd:enumeration value=\"INVALID_TYPE\"/>\n <xsd:enumeration value=\"INVALID_TYPE_FOR_OPERATION\"/>\n <xsd:enumeration value=\"INVALID_TYPE_ON_FIELD_IN_RECORD\"/>\n <xsd:enumeration value=\"INVALID_UNMERGE_RECORD\"/>\n <xsd:enumeration value=\"INVALID_USERID\"/>\n <xsd:enumeration value=\"INVALID_USER_OBJECT\"/>\n <xsd:enumeration value=\"IP_RANGE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"ITEM_NOT_FOUND\"/>\n <xsd:enumeration value=\"JIGSAW_IMPORT_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"LICENSE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"LIGHT_PORTAL_USER_EXCEPTION\"/>\n <xsd:enumeration value=\"LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"LIST_PRICE_NOT_FOUND\"/>\n <xsd:enumeration value=\"MALFORMED_ID\"/>\n <xsd:enumeration value=\"MANAGER_NOT_DEFINED\"/>\n <xsd:enumeration value=\"MAPPING_TYPE_NOT_SUPPORTED\"/>\n <xsd:enumeration value=\"MASSMAIL_RETRY_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"MASS_MAIL_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"MATCH_DEFINITION_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_INVALID_ENGINE_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_INVALID_RULE_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_MISSING_ENGINE_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_MISSING_OBJECT_TYPE_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_MISSING_OPTIONS_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_MISSING_RULE_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_UNKNOWN_RULE_ERROR\"/>\n <xsd:enumeration value=\"MATCH_OPERATION_UNSUPPORTED_VERSION_ERROR\"/>\n <xsd:enumeration value=\"MATCH_PRECONDITION_FAILED\"/>\n <xsd:enumeration value=\"MATCH_PRECONDITION_REQUIRED\"/>\n <xsd:enumeration value=\"MATCH_RUNTIME_ERROR\"/>\n <xsd:enumeration value=\"MATCH_SERVICE_ERROR\"/>\n <xsd:enumeration value=\"MATCH_SERVICE_TIMED_OUT\"/>\n <xsd:enumeration value=\"MATCH_SERVICE_UNAVAILABLE_ERROR\"/>\n <xsd:enumeration value=\"MAXIMUM_CCEMAILS_EXCEEDED\"/>\n <xsd:enumeration value=\"MAXIMUM_DASHBOARD_COMPONENTS_EXCEEDED\"/>\n <xsd:enumeration value=\"MAXIMUM_HIERARCHY_CHILDREN_REACHED\"/>\n <xsd:enumeration value=\"MAXIMUM_HIERARCHY_LEVELS_REACHED\"/>\n <xsd:enumeration value=\"MAXIMUM_HIERARCHY_TREE_SIZE_REACHED\"/>\n <xsd:enumeration value=\"MAXIMUM_SIZE_OF_ATTACHMENT\"/>\n <xsd:enumeration value=\"MAXIMUM_SIZE_OF_DOCUMENT\"/>\n <xsd:enumeration value=\"MAX_ACTIONS_PER_RULE_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_ACTIVE_RULES_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_APPROVAL_STEPS_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_DEPTH_IN_FLOW_EXECUTION\"/>\n <xsd:enumeration value=\"MAX_FORMULAS_PER_RULE_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_LOCALES_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_RULES_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_RULE_ENTRIES_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_STREAM_SUBSCRIPTIONS_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_TASK_DESCRIPTION_EXCEEEDED\"/>\n <xsd:enumeration value=\"MAX_TM_RULES_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_TM_RULE_ITEMS_EXCEEDED\"/>\n <xsd:enumeration value=\"MAX_TRIGGERS_EXCEEDED\"/>\n <xsd:enumeration value=\"MCONTENT_TAXONOMY_GET_ERROR\"/>\n <xsd:enumeration value=\"MCONTENT_TAXONOMY_PUBLISH_ERROR\"/>\n <xsd:enumeration value=\"MCONTENT_TAXONOMY_UPDATE_ERROR\"/>\n <xsd:enumeration value=\"MERGE_FAILED\"/>\n <xsd:enumeration value=\"METADATA_FIELD_UPDATE_ERROR\"/>\n <xsd:enumeration value=\"METHOD_NOT_ALLOWED\"/>\n <xsd:enumeration value=\"MISMATCHING_TYPES\"/>\n <xsd:enumeration value=\"MISSING_ARGUMENT\"/>\n <xsd:enumeration value=\"MISSING_OMNI_PROCESS_ID\"/>\n <xsd:enumeration value=\"MISSING_PAYMENTS_DEPENDENCY\"/>\n <xsd:enumeration value=\"MISSING_PAY_NOW_SITE_URL_ORG_VALUE\"/>\n <xsd:enumeration value=\"MISSING_RECEIVEDDOCUMENTID_ATTACHMENT\"/>\n <xsd:enumeration value=\"MISSING_RECORD\"/>\n <xsd:enumeration value=\"MIXED_DML_OPERATION\"/>\n <xsd:enumeration value=\"MODEL_NOT_ACTIVE\"/>\n <xsd:enumeration value=\"MULTIPLE_CONTENT_FOUND\"/>\n <xsd:enumeration value=\"MULTIPLE_VOUCHERS\"/>\n <xsd:enumeration value=\"NONUNIQUE_SHIPPING_ADDRESS\"/>\n <xsd:enumeration value=\"NOT_FOUND\"/>\n <xsd:enumeration value=\"NOT_RECOVERABLE_SEARCH_PROVIDER_ERROR\"/>\n <xsd:enumeration value=\"NO_ACCESS_TOKEN\"/>\n <xsd:enumeration value=\"NO_ACCESS_TOKEN_FROM_REFRESH\"/>\n <xsd:enumeration value=\"NO_APPLICABLE_PROCESS\"/>\n <xsd:enumeration value=\"NO_ATTACHMENT_PERMISSION\"/>\n <xsd:enumeration value=\"NO_AUTH_PROVIDER\"/>\n <xsd:enumeration value=\"NO_BUSINESS_HOURS_FOUND\"/>\n <xsd:enumeration value=\"NO_GUEST_PROFILE_ASSOCIATED_WITH_PRICE_ENGINE\"/>\n <xsd:enumeration value=\"NO_INACTIVE_DIVISION_MEMBERS\"/>\n <xsd:enumeration value=\"NO_INDEXABLE_PRODUCTS\"/>\n <xsd:enumeration value=\"NO_INDEXABLE_PRODUCTS_IN_PARTIAL_BUILD\"/>\n <xsd:enumeration value=\"NO_MASS_MAIL_PERMISSION\"/>\n <xsd:enumeration value=\"NO_MESSAGE_TYPE_MESSAGES\"/>\n <xsd:enumeration value=\"NO_PARTNER_PERMISSION\"/>\n <xsd:enumeration value=\"NO_REFRESH_TOKEN\"/>\n <xsd:enumeration value=\"NO_SEARCHABLE_PRODUCTS\"/>\n <xsd:enumeration value=\"NO_SEARCH_ATTRIBUTES\"/>\n <xsd:enumeration value=\"NO_SINGLE_MAIL_PERMISSION\"/>\n <xsd:enumeration value=\"NO_SORT_PRICEBOOK_ASSOCIATED_ERROR\"/>\n <xsd:enumeration value=\"NO_SUCH_USER_EXISTS\"/>\n <xsd:enumeration value=\"NO_TOKEN_ENDPOINT\"/>\n <xsd:enumeration value=\"NUMBER_OUTSIDE_VALID_RANGE\"/>\n <xsd:enumeration value=\"NUM_HISTORY_FIELDS_BY_SOBJECT_EXCEEDED\"/>\n <xsd:enumeration value=\"OCR_INVALID_REQUEST\"/>\n <xsd:enumeration value=\"OPERATION_CONFLICT\"/>\n <xsd:enumeration value=\"OPERATION_ENQUEUED\"/>\n <xsd:enumeration value=\"OPERATION_WITH_CALLBACK_ENQUEUED\"/>\n <xsd:enumeration value=\"OPTED_OUT_OF_MASS_MAIL\"/>\n <xsd:enumeration value=\"OP_WITH_INVALID_USER_TYPE_EXCEPTION\"/>\n <xsd:enumeration value=\"ORCHESTRATION_INVALID\"/>\n <xsd:enumeration value=\"ORDER_ALREADY_SUBMITTED\"/>\n <xsd:enumeration value=\"ORDER_MANAGEMENT_ACTION_NOT_ALLOWED\"/>\n <xsd:enumeration value=\"ORDER_MANAGEMENT_DUPLICATE_ORDER_REFERENCE_NUMBER\"/>\n <xsd:enumeration value=\"ORDER_MANAGEMENT_INVALID_RECORD\"/>\n <xsd:enumeration value=\"ORDER_MANAGEMENT_RECORD_EXISTS\"/>\n <xsd:enumeration value=\"ORDER_MANAGEMENT_RECORD_NOT_FOUND\"/>\n <xsd:enumeration value=\"ORG_SETTING_REQUIRED\"/>\n <xsd:enumeration value=\"PACKAGE_DISABLED\"/>\n <xsd:enumeration value=\"PACKAGE_LICENSE_REQUIRED\"/>\n <xsd:enumeration value=\"PACKAGING_API_INSTALL_FAILED\"/>\n <xsd:enumeration value=\"PACKAGING_API_UNINSTALL_FAILED\"/>\n <xsd:enumeration value=\"PALI_INVALID_ACTION_ID\"/>\n <xsd:enumeration value=\"PALI_INVALID_ACTION_NAME\"/>\n <xsd:enumeration value=\"PALI_INVALID_ACTION_TYPE\"/>\n <xsd:enumeration value=\"PAL_INVALID_ASSISTANT_RECOMMENDATION_TYPE_ID\"/>\n <xsd:enumeration value=\"PAL_INVALID_ENTITY_ID\"/>\n <xsd:enumeration value=\"PAL_INVALID_FLEXIPAGE_ID\"/>\n <xsd:enumeration value=\"PAL_INVALID_LAYOUT_ID\"/>\n <xsd:enumeration value=\"PAL_INVALID_PARAMETERS\"/>\n <xsd:enumeration value=\"PARAMETER_TOO_LARGE\"/>\n <xsd:enumeration value=\"PARTICIPANT_RELATIONSHIP_EXISTS\"/>\n <xsd:enumeration value=\"PAYLOAD_SIZE_EXCEEDED\"/>\n <xsd:enumeration value=\"PAYMENTS_TOO_MANY_REQUESTS_ERROR\"/>\n <xsd:enumeration value=\"PAYMENT_GATEWAY_DEPENDENCY_EXCEPTION\"/>\n <xsd:enumeration value=\"PAYMENT_GATEWAY_REQUEST_EXCEPTION\"/>\n <xsd:enumeration value=\"PA_API_EXCEPTION\"/>\n <xsd:enumeration value=\"PA_AXIS_FAULT\"/>\n <xsd:enumeration value=\"PA_INVALID_ID_EXCEPTION\"/>\n <xsd:enumeration value=\"PA_NO_ACCESS_EXCEPTION\"/>\n <xsd:enumeration value=\"PA_NO_DATA_FOUND_EXCEPTION\"/>\n <xsd:enumeration value=\"PA_URI_SYNTAX_EXCEPTION\"/>\n <xsd:enumeration value=\"PA_VISIBLE_ACTIONS_FILTER_ORDERING_EXCEPTION\"/>\n <xsd:enumeration value=\"PENDING_COMMIT\"/>\n <xsd:enumeration value=\"PICKLIST_INACTIVE_VALUES_EXCEEDED\"/>\n <xsd:enumeration value=\"PLATFORM_EVENT_ENCRYPTION_ERROR\"/>\n <xsd:enumeration value=\"PLATFORM_EVENT_PUBLISHING_UNAVAILABLE\"/>\n <xsd:enumeration value=\"PLATFORM_EVENT_PUBLISH_FAILED\"/>\n <xsd:enumeration value=\"PORTAL_NO_ACCESS\"/>\n <xsd:enumeration value=\"PORTAL_USER_ALREADY_EXISTS_FOR_CONTACT\"/>\n <xsd:enumeration value=\"PORTAL_USER_CREATION_RESTRICTED_WITH_ENCRYPTION\"/>\n <xsd:enumeration value=\"PRICE_NOT_FOUND\"/>\n <xsd:enumeration value=\"PRICING_SERVICE_MISCONFIGURATION\"/>\n <xsd:enumeration value=\"PRIVATE_CONTACT_ON_ASSET\"/>\n <xsd:enumeration value=\"PROCESSING_HALTED\"/>\n <xsd:enumeration value=\"PROGRAM_PROGRESS_NOT_ACTIVE\"/>\n <xsd:enumeration value=\"PROMOTION_NOT_FOUND\"/>\n <xsd:enumeration value=\"QA_INVALID_CREATE_FEED_ITEM\"/>\n <xsd:enumeration value=\"QA_INVALID_SUCCESS_MESSAGE\"/>\n <xsd:enumeration value=\"QUERY_REFINEMENT_VALUE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"QUERY_TIMEOUT\"/>\n <xsd:enumeration value=\"QUERY_TOKEN_COUNT_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"QUICK_ACTION_LIST_ITEM_NOT_ALLOWED\"/>\n <xsd:enumeration value=\"QUICK_ACTION_LIST_NOT_ALLOWED\"/>\n <xsd:enumeration value=\"QUOTE_ITEM_OPERATION_BLOCKED\"/>\n <xsd:enumeration value=\"RECORD_CREATION_FAILED\"/>\n <xsd:enumeration value=\"RECORD_IN_USE_BY_WORKFLOW\"/>\n <xsd:enumeration value=\"RECORD_LOCKED\"/>\n <xsd:enumeration value=\"RECORD_MISSING_REQUIRED_FIELD\"/>\n <xsd:enumeration value=\"RECORD_NOT_FOUND\"/>\n <xsd:enumeration value=\"RECORD_TYPE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"RECORD_UPDATE_FAILED\"/>\n <xsd:enumeration value=\"RECOVERABLE_SEARCH_PROVIDER_ERROR\"/>\n <xsd:enumeration value=\"REFRESH_FAILED\"/>\n <xsd:enumeration value=\"RELATED_ENTITY_FILTER_VALIDATION_EXCEPTION\"/>\n <xsd:enumeration value=\"REL_FIELD_BAD_ACCESSIBILITY\"/>\n <xsd:enumeration value=\"REPUTATION_MINIMUM_NUMBER_NOT_REACHED\"/>\n <xsd:enumeration value=\"REQUEST_RUNNING_TOO_LONG\"/>\n <xsd:enumeration value=\"REQUIRED_FEATURE_MISSING\"/>\n <xsd:enumeration value=\"REQUIRED_FIELD_MISSING\"/>\n <xsd:enumeration value=\"REQUIRE_CONNECTED_APP_SCS\"/>\n <xsd:enumeration value=\"REQUIRE_CONNECTED_APP_SESSION_SCS\"/>\n <xsd:enumeration value=\"REQUIRE_RUNAS_USER\"/>\n <xsd:enumeration value=\"RESOURCE_NOT_AVAILABLE\"/>\n <xsd:enumeration value=\"RETRIEVE_EXCHANGE_ATTACHMENT_FAILED\"/>\n <xsd:enumeration value=\"RETRIEVE_EXCHANGE_EMAIL_FAILED\"/>\n <xsd:enumeration value=\"RETRIEVE_EXCHANGE_EVENT_FAILED\"/>\n <xsd:enumeration value=\"RETRIEVE_GOOGLE_EMAIL_FAILED\"/>\n <xsd:enumeration value=\"RETRIEVE_GOOGLE_EVENT_FAILED\"/>\n <xsd:enumeration value=\"RETRIEVE_USER_CONFIG_ERROR\"/>\n <xsd:enumeration value=\"ROUTES_EVALUATION_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"SALESFORCE_INBOX_TRANSPORT_CONNECTION_ERROR\"/>\n <xsd:enumeration value=\"SALESFORCE_INBOX_TRANSPORT_INVALID_INPUT_ERROR\"/>\n <xsd:enumeration value=\"SALESFORCE_INBOX_TRANSPORT_TOKEN_ERROR\"/>\n <xsd:enumeration value=\"SALESFORCE_INBOX_TRANSPORT_UNKNOWN_ERROR\"/>\n <xsd:enumeration value=\"SCHEMA_OBJECT_NOT_FOUND\"/>\n <xsd:enumeration value=\"SCREEN_POP_REQUIRED_INPUT_MISSING\"/>\n <xsd:enumeration value=\"SEARCHABLE_ATTRIBUTE_MAX_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"SEARCHABLE_FACETABLE_ATTRIBUTE_MAX_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"SEARCH_INCLUDE_RULES_MAX_RULE_DEFINITION_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"SEARCH_INCLUDE_RULES_MIN_RULE_DEFINITION_NOT_MET\"/>\n <xsd:enumeration value=\"SEARCH_PROVIDER_PATH_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"SEARCH_PROVIDER_REQUEST_RATE_EXCEEDED\"/>\n <xsd:enumeration value=\"SEGMENT_COUNT_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"SELF_REFERENCE_FROM_FLOW\"/>\n <xsd:enumeration value=\"SELF_REFERENCE_FROM_TRIGGER\"/>\n <xsd:enumeration value=\"SERVICE_EMAIL_INVALID_INPUT\"/>\n <xsd:enumeration value=\"SERVICE_EMAIL_MISSING_RECORD\"/>\n <xsd:enumeration value=\"SERVICE_EMAIL_UNKNOWN_EXCEPTION\"/>\n <xsd:enumeration value=\"SERVICE_PLAN_INVALID_DATA\"/>\n <xsd:enumeration value=\"SERVICE_PLAN_MISSING_DATA\"/>\n <xsd:enumeration value=\"SERVICE_PLAN_UNKNOWN_EXCEPTION\"/>\n <xsd:enumeration value=\"SERVICE_UNAVAILABLE\"/>\n <xsd:enumeration value=\"SESSION_EXPIRED\"/>\n <xsd:enumeration value=\"SESSION_INVALIDATED\"/>\n <xsd:enumeration value=\"SHARE_NEEDED_FOR_CHILD_OWNER\"/>\n <xsd:enumeration value=\"SINGLE_EMAIL_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"SLACK_API_ERROR\"/>\n <xsd:enumeration value=\"SOCIAL_ACCOUNT_NOT_FOUND\"/>\n <xsd:enumeration value=\"SOCIAL_ACTION_INVALID\"/>\n <xsd:enumeration value=\"SOCIAL_PERSONA_NOT_FOUND\"/>\n <xsd:enumeration value=\"SOCIAL_POST_INVALID\"/>\n <xsd:enumeration value=\"SOCIAL_POST_NOT_FOUND\"/>\n <xsd:enumeration value=\"SPECIFICATION_GENERATION_EXCEPTION\"/>\n <xsd:enumeration value=\"STANDARD_PRICE_NOT_DEFINED\"/>\n <xsd:enumeration value=\"STORAGE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"STOREFRONT_PST_NOT_ACCEPTED\"/>\n <xsd:enumeration value=\"STRING_TOO_LONG\"/>\n <xsd:enumeration value=\"STXN_FULFILLMENT_NOT_INFLIGHT\"/>\n <xsd:enumeration value=\"SUBDOMAIN_IN_USE\"/>\n <xsd:enumeration value=\"TABSET_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"TEMPLATE_NOT_ACTIVE\"/>\n <xsd:enumeration value=\"TEMPLATE_NOT_FOUND\"/>\n <xsd:enumeration value=\"TENANT_GROUP_NOT_FOUND\"/>\n <xsd:enumeration value=\"TERMS_OF_SERVICE_UNREAD\"/>\n <xsd:enumeration value=\"TERRITORY_REALIGN_IN_PROGRESS\"/>\n <xsd:enumeration value=\"TEXT_DATA_OUTSIDE_SUPPORTED_CHARSET\"/>\n <xsd:enumeration value=\"TEXT_TO_PICKLIST_VALUES_EXCEEDED\"/>\n <xsd:enumeration value=\"TOO_MANY_APEX_REQUESTS\"/>\n <xsd:enumeration value=\"TOO_MANY_ENUM_VALUE\"/>\n <xsd:enumeration value=\"TOO_MANY_JOBS\"/>\n <xsd:enumeration value=\"TOO_MANY_POSSIBLE_USERS_EXIST\"/>\n <xsd:enumeration value=\"TRANSFER_REQUIRES_READ\"/>\n <xsd:enumeration value=\"TXN_SECURITY_NO_ACCESS\"/>\n <xsd:enumeration value=\"TYPE_NOT_FOUND\"/>\n <xsd:enumeration value=\"UISF_ENTITY_QUERY_FAILED\"/>\n <xsd:enumeration value=\"UISF_NO_MAPPINGS_FOUND\"/>\n <xsd:enumeration value=\"UISF_TOKEN_NOT_FOUND\"/>\n <xsd:enumeration value=\"UISF_UNKNOWN_EXCEPTION\"/>\n <xsd:enumeration value=\"UISF_USER_MAPPING_FAILED\"/>\n <xsd:enumeration value=\"UNABLE_RETRIEVE_PRICING_INFO\"/>\n <xsd:enumeration value=\"UNABLE_TO_LOCK_RECORD\"/>\n <xsd:enumeration value=\"UNABLE_TO_LOCK_ROW\"/>\n <xsd:enumeration value=\"UNABLE_TO_UNLOCK_RECORD\"/>\n <xsd:enumeration value=\"UNABLE_TO_UPDATE_RECORD_LOCK\"/>\n <xsd:enumeration value=\"UNAUTHORIZED_EXCEPTION\"/>\n <xsd:enumeration value=\"UNAUTHORIZED_SEARCH_PROVIDER_REQUEST\"/>\n <xsd:enumeration value=\"UNAUTHORIZED_SHARE_ACTION\"/>\n <xsd:enumeration value=\"UNAVAILABLE_RECORDTYPE_EXCEPTION\"/>\n <xsd:enumeration value=\"UNAVAILABLE_REF\"/>\n <xsd:enumeration value=\"UNCOMMITTED_WORK\"/>\n <xsd:enumeration value=\"UNDEFINED_MAPPING_DEFINITION\"/>\n <xsd:enumeration value=\"UNDELETE_FAILED\"/>\n <xsd:enumeration value=\"UNKNOWN_EXCEPTION\"/>\n <xsd:enumeration value=\"UNKNOWN_TOKEN_ERROR\"/>\n <xsd:enumeration value=\"UNPROCESSABLE_REQUEST\"/>\n <xsd:enumeration value=\"UNQUALIFIED_CART\"/>\n <xsd:enumeration value=\"UNRESOLVABLE_PAY_NOW_WEBSTORE\"/>\n <xsd:enumeration value=\"UNSAFE_HTML_CONTENT\"/>\n <xsd:enumeration value=\"UNSPECIFIED_EMAIL_ADDRESS\"/>\n <xsd:enumeration value=\"UNSUPPORTED_APEX_TRIGGER_OPERATON\"/>\n <xsd:enumeration value=\"UNSUPPORTED_MODE\"/>\n <xsd:enumeration value=\"UNSUPPORTED_PAYMENT_GATEWAY_EXCEPTION\"/>\n <xsd:enumeration value=\"UNSUPPORTED_PAYMENT_GATEWAY_TYPE\"/>\n <xsd:enumeration value=\"UNSUPPORTED_PAYMENT_REQUEST_TYPE\"/>\n <xsd:enumeration value=\"UNSUPPORTED_SITE\"/>\n <xsd:enumeration value=\"UNSUPPORTED_SITE_FILE_IMPORTED_EXCEPTION\"/>\n <xsd:enumeration value=\"UNSUPPORTED_SOCIAL_PROVIDER\"/>\n <xsd:enumeration value=\"UNVERIFIED_SENDER_ADDRESS\"/>\n <xsd:enumeration value=\"UPDATE_GOOGLE_EMAIL_LABEL_FAILED\"/>\n <xsd:enumeration value=\"USER_OWNS_PORTAL_ACCOUNT_EXCEPTION\"/>\n <xsd:enumeration value=\"USER_WITHOUT_WEM_PERMISSION\"/>\n <xsd:enumeration value=\"USER_WITH_APEX_SHARES_EXCEPTION\"/>\n <xsd:enumeration value=\"VARIANT_NOT_FOUND\"/>\n <xsd:enumeration value=\"VF_COMPILE_ERROR\"/>\n <xsd:enumeration value=\"VOICE_CAPACITY_ERROR\"/>\n <xsd:enumeration value=\"WEBLINK_SIZE_LIMIT_EXCEEDED\"/>\n <xsd:enumeration value=\"WEBLINK_URL_INVALID\"/>\n <xsd:enumeration value=\"WEM_SEGMENTS_CAN_NOT_HAVE_NON_ACTIVE_SEGMENT_TYPE\"/>\n <xsd:enumeration value=\"WEM_SHIFT_SEGMENT_TIME_IS_OUTSIDE_OF_THE_SHIFT_DURATION\"/>\n <xsd:enumeration value=\"WEM_USER_NOT_ORG_ADMIN\"/>\n <xsd:enumeration value=\"WORKSPACE_NOT_FOUND\"/>\n <xsd:enumeration value=\"WRONG_CONTROLLER_TYPE\"/>\n <xsd:enumeration value=\"XCLEAN_DJ_MATCH_IGNORABLE_ERROR\"/>\n <xsd:enumeration value=\"XCLEAN_DJ_MATCH_INTERNAL_DJ_ERROR\"/>\n <xsd:enumeration value=\"XCLEAN_DJ_MATCH_NON_RETRIABLE_ERROR\"/>\n <xsd:enumeration value=\"XCLEAN_DJ_MATCH_RETRIABLE_ERROR\"/>\n <xsd:enumeration value=\"XCLEAN_DJ_MATCH_UNKNOWN_ERROR\"/>\n <xsd:enumeration value=\"XCLEAN_UNEXPECTED_ERROR\"/>\n </xsd:restriction>\n</xsd:simpleType>\n```"
22
+ }