API Messages
2
Success
LOOKUP_MODERATED
The API fetched the localization content from the database.
3
Success
MT_SUCCESS
The translation of the source content using NMT.
4
Success
LOOKUP_UNMODERATED
The localized content is available in the database, but the verification status is "unmoderated."
5
Success
LOOKUP_INPROGRESS
The localized content is available in the database; however, the content moderation is in progress.
6
Success
LOOKUP_PARTIAL
The API fetched the content from the LookUp DB to partially localize a segment.
10
Success
T13N_SUCCESS
The API fetched the content from the transliteration.
-2
Error
UNLOCALIZED
The content requested for translation is transliterated.
-3
Error
ROSETTA_ERROR
An error occurred while preprocessing the sentence.
-4
Error
MT_ERROR
An error occurred while translating content using NMT
-5
Error
MT_TIME_OUT
Timeout Error while fetching the response from NMT Engine.
-6
Error
LOCMAN_ERROR
An error occurred while processing content in LocMan.
-7
Error
SEGMENTATION_API_ERROR
An Error while segmenting the sentence.
403
Error
unauthorized to use this src/tgt language
The invalid language code is passed, or the user has entered the code, which he is not authorized to use.
403
Error
Invalid REV-API-KEY or REV-APP-ID
Entered credentials are invalid
403
Error
usage exhausted
The provided credit limit is exhausted.
403
Error
API key expired
The API key provided to a user has expired
403
Error
unauthorized to use this API
The user is not authorized to use the Localization API
403
Error
Please provide data string
The data is missing.
403
Error
Target language is mandatory
The tgt_lang is missing.
403
Error
Source language is mandatory
The src_lang is missing.
Last updated