NSError

Undocumented in source.

Members

Functions

_localizedRecoveryOptions
NSArray_!NSString _localizedRecoveryOptions()

An array containing the localized titles of buttons appropriate for displaying in an alert panel.

code
NSInteger code()

The error code

domain
NSErrorDomain domain()

A string containing the error domain.

localizedDescription
NSString localizedDescription()

A string containing the localized description of the error.

localizedFailureReason
NSString localizedFailureReason()

A string containing the localized explanation of the reason for the error.

localizedRecoveryOptions
NSArrayD!NSString localizedRecoveryOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
localizedRecoverySuggestion
NSString localizedRecoverySuggestion()

A string containing the localized recovery suggestion for the error.

print
void print()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta