Global Variable グローバル変数

NSHTTPPropertyStatusReasonKey

Key for the remainder of the HTTP status line following the status code, returned as an NSString object. 状態コードに続くHTTP状態行の残りに対するキー、NSStringオブジェクトとして返されます。

Declaration 宣言

NSString *NSHTTPPropertyStatusReasonKey;

Discussion 議論

This string usually contains an explanation of the error in English. Because this string is taken straight from the server response, it’s not localized. この文字列は普通はエラーの説明を英語で含みます。この文字列がサーバ応答からまっすぐ取られることから、それはローカライズされません。

See Also 参照

Resource Property Keys リソースプロパティキー