Search Results for

    Show / Hide Table of Contents

    Enum CascadeMessageCode

    CascadeMessageCode enumeration represents the cascade message codes.

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public enum CascadeMessageCode

    Fields

    Name Description
    TranslationProviderDoesNotSupportConcordanceSearch

    The cascade method requires that the translation provider supports concordance search but it does not.

    TranslationProviderDoesNotSupportDocumentSearch

    The cascade method requires that the translation provider supports document search but it does not.

    TranslationProviderDoesNotSupportSearchForTranslationUnits

    The cascade method requires that the translation provider supports searching for translation units but it does not.

    TranslationProviderDoesNotSupportSourceConcordanceSearch

    The cascade method requires that the translation provider supports source concordance search but it does not.

    TranslationProviderDoesNotSupportTargetConcordanceSearch

    The cascade method requires that the translation provider supports target concordance search but it does not.

    TranslationProviderDoesNotSupportTranslation

    The cascade method requires that the translation provider supports translation but it does not.

    TranslationProviderDoesNotSupportUpdate

    The cascade method requires that the translation providers supports update but it does not.

    TranslationProviderIsReadOnly

    The cascade method requires the the translation provider is write-able but it is read-only.

    TranslationProviderNeedsUpgrade

    The cascade method requires that the translation providers needs upgrade

    TranslationProviderThrewException

    The translation provider threw an exception.

    On this page

    • Fields
    Back to top Generated by DocFX