Contents

kCFErrorDescriptionKey

Key to identify the description in the userInfo dictionary.

Declaration

let kCFErrorDescriptionKey: CFString!

Discussion

When you create a CFError object, you can provide a value for this key if you do not have localizable error strings. The description should be a complete sentence if possible, and should not contain the domain name or error code.

See Also

Constants