The string could not be converted to the specified encoding for writing to a file. Raised when characters in the string cannot be represented in the target encoding, such as writing emoji to an ASCII file.
fileWriteInapplicableStringEncoding
swift The string could not be converted to the specified encoding for writing to a file. Raised when characters in the string cannot be represented in the target encoding, such as writing emoji to an ASCII file.