close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

New XliffImportResultCode INVALID_PROPERTY_TYPE

The enum com.coremedia.cap.translate.xliff.XliffImportResultCode got the new value INVALID_PROPERTY_TYPE that represents errors while importing XLIFF that are caused by a wrong type of target property.

Custom code with switch statements on the XliffImportResultCode enum and without default clause must be adapted for successful compile. If you get a compile error for such a switch statement, you must add a clause for the new enum value INVALID_PROPERTY_TYPE or a default clause.

(CMS-14055)

Search Results

Table Of Contents