settings/mt/finderrors
Verifies the configurations of all connectors and returns any configuration errors.
Errors mainly refer to meta-connector problems:
- References an MT system that was deleted or is not enabled
- References an MT system that does not support the languages configured in the meta-connector.
URL
(GET) /api/settings/mt/finderrors
PARAMETERS
None.
RESULTS
The result is a JSON object with the key being the configuration ID and the value being a list of error messages.
EXAMPLES
Two connectors containing errors:
CODE
{
"863": [
"Languages 'Abkhazian (ab)' to 'Acholi (ach)': The referenced connector 'Deep Learning MT' does not support this language combination.",
"Languages 'Dutch (nl)' to 'Acholi (ach)': The referenced connector 'Deep Learning MT' does not support this language combination."
],
"432": [
"Languages 'English (en)' to 'French (fr)': The referenced connector 'Microsoft Sample' is not enabled."
]
}