|
Error Code |
HTTP Status Code |
Note |
|---|---|---|
|
AuthAccessDenied |
403 |
The authenticated user does not have necessary permissions to carry out the requested action. |
|
AuthAccountDeleted |
403 |
Authentication process cannot be completed because the user account has been deleted. |
|
AuthAccountExpired |
403 |
Authentication process cannot be completed because the user account has expired. |
|
AuthAccountInactive |
403 |
Authentication process cannot be completed because the user account has been deactivated. |
|
AuthApiDisabled |
403 |
Authentication process cannot be completed because the API has been disabled. |
|
AuthInvalidCredentials |
401 |
Authentication process fails due to incorrect or unrecognized credentials. |
|
AuthInvalidLicense |
403 |
Authentication process cannot be completed because the license provided in the authentication credentials is incorrect or does not match the expected format. |
|
AuthLicenseExpired |
403 |
Authentication process cannot be completed because the license provided in the authentication credentials has expired. |
|
AuthUnauthorized |
401 |
The provided API key is not valid. |
|
ApiLimitReached |
403 |
|
|
CannotDelete |
400 |
The request contains invalid syntax or lacks the necessary parameters/data for successful processing. Check REST API documentation. |
|
InternalError |
500 |
Unexpected or unhandled condition on the Phrase server side. |
|
InvalidArguments |
400 |
The request contains invalid syntax or lacks the necessary parameters/data for successful processing. Check REST API documentation. |
|
InvalidDocxBilingualFile |
400 |
The request contains invalid syntax or lacks the necessary parameters/data for successful processing. Check input format before sending the request. |
|
JobCreateError |
400 |
The request contains invalid syntax or lacks the necessary parameters/data for successful processing. Check REST API documentation. |
|
JobLocked |
403 |
Access to the requested job is denied due to its locked status. |
|
JobNotFound |
404 |
The requested job does not exist. |
|
LanguageNotSupported |
400 |
The request contains invalid syntax or lacks the necessary parameters/data for successful processing. Check supported languages documentation. |
|
MachineTranslateNotSelected |
404 |
Machine translation option has not been selected for the requested operation. |
|
Service Temporarily Unavailable |
503 |
Unexpected or unhandled condition on the Phrase server side. |
|
TermBaseNotSelected |
404 |
Term base has not been selected for the requested operation. |
|
TransMemoryNotSelected |
404 |
Translation memory has not been selected for the requested operation. |
|
Unsupported Media type |
415 |
Check input format (usually JSON). REST API documentation. |
|
ValidationError |
400 |
The request contains invalid syntax or lacks the necessary parameters/data for successful processing. Check REST API documentation. |
Phrase TMS API
Thank you for your feedback.