Global Variable グローバル変数

NSURLErrorUserCancelledAuthentication

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

Declaration 宣言

var NSURLErrorUserCancelledAuthentication: Int { get }

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 参照

URL Errors URLエラー