TranslationErrorCode type
Enums containing high level error codes.
type TranslationErrorCode =
| "InvalidRequest"
| "InvalidArgument"
| "InternalServerError"
| "ServiceUnavailable"
| "ResourceNotFound"
| "Unauthorized"
| "RequestRateTooHigh"