Contents

NSFileReadInapplicableStringEncodingError

Could not read because the string encoding wasn’t applicable.

Declaration

var NSFileReadInapplicableStringEncodingError: Int { get }

Discussion

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

See Also

Error Codes