NSUrlError 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の作成または読み込みに関連するエラーの NSUrl列挙。
public enum NSUrlError
type NSUrlError =
- 継承
-
NSUrlError
フィールド
AppTransportSecurityRequiresSecureConnection | -1022 | |
BackgroundSessionInUseByAnotherProcess | -996 | |
BackgroundSessionRequiresSharedContainer | -995 | |
BackgroundSessionWasDisconnected | -997 | |
BadServerResponse | -1011 | |
BadURL | -1000 | |
CallIsActive | -1019 | |
Cancelled | -999 | |
CannotCloseFile | -3002 | |
CannotConnectToHost | -1004 | |
CannotCreateFile | -3000 | |
CannotDecodeContentData | -1016 | |
CannotDecodeRawData | -1015 | |
CannotFindHost | -1003 | |
CannotLoadFromNetwork | -2000 | |
CannotMoveFile | -3005 | |
CannotOpenFile | -3001 | |
CannotParseResponse | -1017 | |
CannotRemoveFile | -3004 | |
CannotWriteToFile | -3003 | |
ClientCertificateRejected | -1205 | |
ClientCertificateRequired | -1206 | |
DataLengthExceedsMaximum | -1103 | |
DataNotAllowed | -1020 | |
DNSLookupFailed | -1006 | |
DownloadDecodingFailedMidStream | -3006 | |
DownloadDecodingFailedToComplete | -3007 | |
FileDoesNotExist | -1100 | |
FileIsDirectory | -1101 | |
FileOutsideSafeArea | -1104 | |
HTTPTooManyRedirects | -1007 | |
InternationalRoamingOff | -1018 | |
NetworkConnectionLost | -1005 | |
NoPermissionsToReadFile | -1102 | |
NotConnectedToInternet | -1009 | |
RedirectToNonExistentLocation | -1010 | |
RequestBodyStreamExhausted | -1021 | |
ResourceUnavailable | -1008 | |
SecureConnectionFailed | -1200 | |
ServerCertificateHasBadDate | -1201 | |
ServerCertificateHasUnknownRoot | -1203 | |
ServerCertificateNotYetValid | -1204 | |
ServerCertificateUntrusted | -1202 | |
TimedOut | -1001 | |
Unknown | -1 | |
UnsupportedURL | -1002 | |
UserAuthenticationRequired | -1013 | |
UserCancelledAuthentication | -1012 | |
ZeroByteResource | -1014 |