errors.fyi community error code reference
fileWriteInapplicableStringEncoding
swift

fileWriteInapplicableStringEncoding

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.

References

← all namespaces