static var appTransportSecurityRequiresSecureConnection : URLError.Code
App Transport Security disallowed a connection because there is no secure network connection.
App Transport Securityは接続を却下しました、なぜなら安全なネットワーク接続がないためです。
static var backgroundSessionInUseByAnotherProcess : URLError.Code
An app or app extension attempted to connect to a background session that is already connected to a process.
アプリまたはアプリ拡張は、既にあるプロセスに接続されるバックグラウンドセッションに接続を試みました。
static var backgroundSessionRequiresSharedContainer : URLError.Code
The shared container identifier of the URL session configuration is needed but hasn’t been set.
URLセッション設定の共有コンテナ識別子が必要とされます、しかし設定されていません。
static var backgroundSessionWasDisconnected : URLError.Code
The app is suspended or exits while a background data task is processing.
バックグラウンドデータタスクが処理している間に、アプリが一時中断されるまたは退出します。
static var badServerResponse : URLError.Code
The URL Loading System received bad data from the server.
URL Loading Systemがサーバから不良データを受け取りました。
static var badURL : URLError.Code
A malformed URL prevented a URL request from being initiated.
不正な形式のURLが、あるURLリクエストが開始されることを妨げました。
static var callIsActive : URLError.Code
A connection was attempted while a phone call is active on a network that doesn’t support simultaneous phone and data communication, such as EDGE or GPRS.
例えばEDGEまたはGPRSなど、同時に電話とデータ通信をサポートしないネットワーク上で電話呼び出しが進行中である間にある接続が試みられました。
static var cancelled: URLError.Code
An asynchronous load has been canceled.
非同期ロードはキャンセルされました。
static var cannotCloseFile : URLError.Code
A download task couldn’t close the downloaded file on disk.
ダウンロードタスクは、ダウンロードされたファイルをディスク上で閉じることができませんでした。
static var cannotConnectToHost : URLError.Code
An attempt to connect to a host failed.
ホストへの接続の試みは失敗しました。
static var cannotCreateFile : URLError.Code
A download task couldn’t create the downloaded file on disk because of an I/O failure.
ダウンロードタスクは、ダウンロードファイルをディスク上で作成できませんでした、I/O失敗のため。
static var cannotDecodeContentData : URLError.Code
Content data received during a connection request had an unknown content encoding.
接続要請の間に受け取られた接続データが、未知のコンテンツ符号化を持ちます。
static var cannotDecodeRawData : URLError.Code
Content data received during a connection request couldn’t be decoded for a known content encoding.
接続リクエストの間に受け取られたコンテンツデータは、既知のコンテンツ符号化に対して復号できませんでした。
static var cannotFindHost : URLError.Code
The host name for a URL couldn’t be resolved.
URLに対するホスト名が解決できませんでした。
static var cannotLoadFromNetwork : URLError.Code
A request to load an item only from the cache could not be satisfied.
キャッシュからのみある項目をロードするリクエストが、履行できませんでした。
static var cannotMoveFile : URLError.Code
A download task was unable to move a downloaded file on disk.
あるダウンロードタスクが、あるダウンロードファイルをディスク上で移動することができませんでした。
static var cannotOpenFile : URLError.Code
A download task was unable to open the downloaded file on disk.
あるダウンロードタスクが、ダウンロードファイルをディスク上で開くことができませんでした。
static var cannotParseResponse : URLError.Code
A task couldn’t parse a response.
タスクが、ある応答を構文解析できませんでした。
static var cannotRemoveFile : URLError.Code
A download task was unable to remove a downloaded file from disk.
あるダウンロードタスクが、あるダウンロードファイルをディスクから除去することができませんでした。
static var cannotWriteToFile : URLError.Code
A download task was unable to write to the downloaded file on disk.
あるダウンロードタスクが、ダウンロードファイルをディスク上で書き出すことができませんでした。
static var clientCertificateRejected : URLError.Code
A server certificate was rejected.
サーバー証明書は拒否されました。
static var clientCertificateRequired : URLError.Code
A client certificate was required to authenticate an SSL connection during a request.
あるクライアント証明書が、あるリクエストの間にSSL接続を認証することを必要とされました。
static var dataLengthExceedsMaximum : URLError.Code
The length of the resource data exceeds the maximum allowed.
リソースデータの長さは、許される最大限度を越えます。
static var dataNotAllowed : URLError.Code
The cellular network disallowed a connection.
セルラーネットワークは接続を拒否しました。
static var dnsLookupFailed : URLError.Code
The host address couldn’t be found via DNS lookup.
ホストアドレスは、DNS探索経由で見つけられることができませんでした。
static var downloadDecodingFailedMidStream : URLError.Code
A download task failed to decode an encoded file during the download.
ダウンロードタスクは、符号化されたファイルを復号することにダウンロードの間に失敗しました。
static var downloadDecodingFailedToComplete : URLError.Code
A download task failed to decode an encoded file after downloading.
ダウンロードタスクは、符号化されたファイルを復号することをダウンロードの後に失敗しました。
static var fileDoesNotExist : URLError.Code
The specified file doesn’t exist.
指定されたファイルは、存在しません。
static var fileIsDirectory : URLError.Code
A request for an FTP file resulted in the server responding that the file is not a plain file, but a directory.
あるFTPファイルに対する要請は、そのファイルがプレーンテキストでない、しかしディレクトリであるというサーバ応答という結果になりました。
static var httpTooManyRedirects : URLError.Code
A redirect loop has been detected or the threshold for number of allowable redirects has been exceeded (currently 16).
リダイレクトループが検出されました、またはまたは許可されるリダイレクトの数に対するしきい値を越えました(現在は16)。
static var internationalRoamingOff : URLError.Code
The attempted connection required activating a data context while roaming, but international roaming is disabled.
試みられた接続は、あるデータ文脈を始動することをローミングの間に要請しました、しかし国際ローミングは不能にされます。
static var networkConnectionLost : URLError.Code
A client or server connection was severed in the middle of an in-progress load.
クライアントまたはサーバ接続は、進行中のロードの半ばで切断されました。
static var noPermissionsToReadFile : URLError.Code
A resource couldn’t be read because of insufficient permissions.
リソースが読み込まれることができませんでした、不十分な権限のため。
static var notConnectedToInternet : URLError.Code
A network resource was requested, but an internet connection hasn’t been established and can’t be established automatically.
ネットワークリソースがリクエストされました、しかしインターネット接続は確立されていませんそして自動的に確立されることができません。
static var redirectToNonExistentLocation : URLError.Code
A redirect was specified by way of server response code, but the server didn’t accompany this code with a redirect URL.
リダイレクトがサーバ応答コードのやり方で指定されました、しかしサーバはこのコードをリダイレクトURLに添えませんでした。
static var requestBodyStreamExhausted : URLError.Code
A body stream is needed but the client didn’t provide one.
あるボディストリームが必要とされましたがクライアントはそれを提供しません。
static var resourceUnavailable : URLError.Code
A requested resource couldn’t be retrieved.
リクエストされたリソースは取ってくることができませんでした。
static var serverCertificateHasBadDate : URLError.Code
A server certificate is expired, or is not yet valid.
サーバ証明書が期限切れです、またはまだ有効ではありません。
static var serverCertificateNotYetValid : URLError.Code
A server certificate isn’t valid yet.
サーバ証明書はまだ有効ではありません。
static var serverCertificateUntrusted : URLError.Code
A server certificate was signed by a root server that isn’t trusted.
サーバー証明書は信頼できないルートサーバーによって署名されました。
static var secureConnectionFailed : URLError.Code
An attempt to establish a secure connection failed for reasons that can’t be expressed more specifically.
安全な接続を確立する試みは、より具体的に表現されることができないという理由で失敗しました。
static var timedOut : URLError.Code
An asynchronous operation timed out.
非同期の演算が時間切れです。
static var unknown: URLError.Code
The URL Loading System encountered an error that it can’t interpret.
URL Loading Systemが解釈できないエラーに遭遇しました。
static var unsupportedURL : URLError.Code
A properly formed URL couldn’t be handled by the framework.
適切に形成されたURLがフレームワークによって取り扱われることができませんでした。
static var userAuthenticationRequired : URLError.Code
Authentication is required to access a resource.
リソースにアクセスするのに認証が必要とされます。
static var userCancelledAuthentication : URLError.Code
An asynchronous request for authentication has been canceled by the user.
認証に対する非同期リクエストがユーザによってキャンセルされました。
static var zeroByteResource : URLError.Code
A server reported that a URL has a non-zero content length, but terminated the network connection gracefully without sending any data.
URLが非ゼロの内容長さを持つことをサーバが報告しました、しかし何らデータを送ることなく美しくネットワーク接続を終わらせました。