TXCDSWarning
public enum TXCDSWarning : Error
All possible warnings that may be produced when pushing strings to CDS.
-
A duplicate source string pair has been detected.
Declaration
Swift
case duplicateSourceString(sourceString: String, duplicate: String)
-
A source string with an empty key has been detected.
Declaration
Swift
case emptyKey(SourceString: String)