Contents

NSFileWriteInapplicableStringEncodingError

Could not write because the string encoding was not applicable.

Declaration

var NSFileWriteInapplicableStringEncodingError: Int { get }

Discussion

Access the bad encoding from the userInfo dictionary using the NSStringEncodingErrorKey key.

See Also

Error Codes