TranslationErrorCode type

Opsommingen met foutcodes op hoog niveau.

type TranslationErrorCode =
  | "InvalidRequest"
  | "InvalidArgument"
  | "InternalServerError"
  | "ServiceUnavailable"
  | "ResourceNotFound"
  | "Unauthorized"
  | "RequestRateTooHigh"