mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 19:50:42 +08:00
25 lines
376 KiB
JSON
25 lines
376 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"properties",
|
|
"wsdl_segment"
|
|
],
|
|
"title": "Error - Metadata API",
|
|
"description": "Represents an error that occurred during a synchronous CRUD (createMetadata(), updateMetadata(), or deleteMetadata()) operation.",
|
|
"properties": {
|
|
"extendedErrorDetails": {
|
|
"description": "More details about the error, including an extended error code and extra error properties, when available. Reserved for future use. For a description of the ExtendedErrorDetails element, see ExtendedErrorDetails in the SOAP API Developer Guide."
|
|
},
|
|
"fields": {
|
|
"description": "An array containing names of fields that affected the error condition."
|
|
},
|
|
"message": {
|
|
"description": "The error message text."
|
|
},
|
|
"statusCode": {
|
|
"description": "A status code corresponding to the error. For a description of each StatusCode value, see StatusCode in the SOAP API Developer Guide."
|
|
}
|
|
},
|
|
"wsdl_segment": "```xml\n<xsd:complexType name=\"DeleteResult\">\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: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<xsd:complexType name=\"UpsertResult\">\n <xsd:sequence>\n <xsd:element name=\"created\" type=\"xsd:boolean\"/>\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```"
|
|
} |