- CWMTV0001E: The Module Type Validator is unable to determine the module type of module "{0}".
- Explanation: This module is of an unknown module type.
- User Action: Create either a mediation module or a business module.
- CWMTV0002E: {0} "{1}" contains a component, "{2}," that has an unsupported component type.
- Explanation: This module contains a component of a type that is unsupported by this module.
- User Action: Change the component type to one supported by this module.
- CWMTV0003E: {0} "{1}" contains {2} components of type "{3}". There must be a minimum of "{4}" and no more than "{5}" components of this type.
- Explanation: This module contains a component of a type that either does not meet the minimum or exceeds the maximum number of occurrences required.
- User Action: Change the number of components to meet the minimum and maximum number of occurrences required for this type.
- CWMTV0004E: {0} "{1}" contains an import binding, "{2}," that has an unsupported binding type.
- Explanation: This module contains an import binding of a type that is unsupported by this module.
- User Action: Change the import binding type to one supported by this module.
- CWMTV0005E: {0} "{1}" contains {2} import bindings of type "{3}." There must be a minimum of "{4}" and no more than "{5}" bindings of this type.
- Explanation: This module contains an import binding of a type that either does not meet the minimum or exceeds the maximum number of occurrences required.
- User Action: Change the number of the import bindings to one that meets the minimum and the maximum number of occurrences required.
- CWMTV0006E: {0} "{1}" contains an export binding, "{2}," that has an unsupported binding type.
- Explanation: This module contains an export binding of a type that is unsupported by this module.
- User Action: Change the export binding type to one supported by this module.
- CWMTV0007E: {0} "{1}" contains {2} export bindings of type "{3}." There must be a minimum of "{4}" and no more than "{5}" bindings of this type.
- Explanation: This module contains an export binding of a type that does not meet either the minimum or maximum number of occurrences required.
- User Action: Change the number of export bindings to one that meets the minimum and the maximum number of occurrences required.
- CWMTV0008E: {0} "{1}" is targeting the "{2}," which does not support "{0}."
- Explanation: This module is targeting the server that does not support the type of this module.
- User Action: Change the server to one that supports the type of this module.
- CWMTV0009E: {0} "{1}" contains no components of type "{2}." There must be a minimum of "{3}" components of this type.
- Explanation: This module contains no components of a mandatory type.
- User Action: Add at least one component of a mandatory type to this module.