NSURLErrorKey
The corresponding value is an
NSURL
object.
対応する値は、NSURL
オブジェクトです。
NSFilePathErrorKey
Contains the file path of the error.
エラーのファイルパスを含みます。
NSHelpAnchorErrorKey
The corresponding value is an
NSString
containing the localized help corresponding to the help button. See helpAnchor
for more information.
対応する値は、ヘルプボタンに対応するローカライズれさたヘルプを含んでいるNSString
です。helpAnchor
をさらなる情報として見てください。
NSLocalizedDescriptionKey
The corresponding value is a localized string representation of the error that, if present, will be returned by
localizedDescription
.
対応する値は、もし存在するならば、localizedDescription
によって返されるエラーのローカライズされた文字列表現です。
NSLocalizedFailureReasonErrorKey
The corresponding value is a localized string representation containing the reason for the failure that, if present, will be returned by
localizedFailureReason
.
対応する値は、localizedFailureReason
によって返される失敗に対する理由を含んでいるローカライズされた文字列表現です。
NSLocalizedRecoveryOptionsErrorKey
The corresponding value is an array containing the localized titles of buttons appropriate for displaying in an alert panel.
対応する値は、警告パネルにおいて表示するのに適したローカライズされたボタンのタイトルを含んでいる配列です。
NSLocalizedRecoverySuggestionErrorKey
The corresponding value is a string containing the localized recovery suggestion for the error.
対応する値は、エラーに対するローカライズされた復旧提案を含んでいる文字列です。
NSRecoveryAttempterErrorKey
The corresponding value is an object that conforms to the NSErrorRecoveryAttempting informal protocol.
対応している値は、NSErrorRecoveryAttempting非形式プロトコルに準拠するオブジェクトです。
NSStringEncodingErrorKey
The corresponding value is an
NSNumber
object containing the NSStringEncoding
value.
対応する値は、NSNumber
オブジェクトでNSStringEncoding
値を含んでいます。
NSUnderlyingErrorKey
The corresponding value is an error that was encountered in an underlying implementation and caused the error that the receiver represents to occur.
対応している値は、あるエラーです、それは基礎をなす実装において出くわされた、そしてレシーバが表すエラーが発生する原因となったものです。