Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CFErrorMBS class.
CFErrorMBS.kCFErrorDescriptionKey as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Key to identify the description in the userInfo dictionary.
When you create a CFError, 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
CFErrorMBS.kCFErrorDomainCocoa as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
A constant that specified the Cocoa domain.
CFErrorMBS.kCFErrorDomainMach as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
A constant that specified the Mach domain.
CFErrorMBS.kCFErrorDomainOSStatus as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
A constant that specified the OS domain.
CFErrorMBS.kCFErrorDomainPOSIX as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
A constant that specified the POSIX domain.
CFErrorMBS.kCFErrorLocalizedDescriptionKey as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Key to identify the end user-presentable description in the userInfo dictionary.
CFErrorMBS.kCFErrorLocalizedFailureReasonKey as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Key to identify the end user-presentable failure reason in the userInfo dictionary.
CFErrorMBS.kCFErrorLocalizedRecoverySuggestionKey as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Key to identify the end user-presentable recovery suggestion in the userInfo dictionary.
CFErrorMBS.kCFErrorUnderlyingErrorKey as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreFoundation | MBS MacCF Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Key to identify the underlying error in the userInfo dictionary.
The items on this page are in the following plugins: MBS MacCF Plugin.