Contents

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.

See Also

Error codes