Contents

localizedDescription

A string containing the localized description of the error.

Declaration

var localizedDescription: String { get }

Discussion

The object in the user info dictionary for the key NSLocalizedDescriptionKey. If the user info dictionary doesn’t contain a value for NSLocalizedDescriptionKey, a default string is constructed from the domain and code.

See Also

Related Documentation

Getting a Localized Error Description