Type Property 型プロパティ

userCancelledAuthentication

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

Declaration 宣言

static var userCancelledAuthentication: URLError.Code { get }

Discussion 議論

This error typically occurs when a user clicks a “Cancel” button in a username/password dialog, rather than attempting to authenticate. このエラーは概して、ユーザが、認証を試みるのではなく “Cancel” ボタンをユーザ名/パスワードのダイアログにおいてクリックする時に発生します。

See Also 参照

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