Enumeration Case 列挙ケース

NSURLErrorUserCancelledAuthentication

An asynchronous request for authentication has been canceled by the user. 認証に対する非同期リクエストがユーザによってキャンセルされました。

Declaration 宣言

NSURLErrorUserCancelledAuthentication = -1012

Discussion 議論

This is typically incurred by clicking a “Cancel” button in a username/password dialog, rather than the user making an attempt to authenticate. これは概して “キャンセル” ボタンをユーザ名/パスワードのダイアログにおいてクリックすることによって招かれます、ユーザが認証を試みることよりも。

See Also 参照

Error Codes さまざまなエラーコード