// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1 // swiftlint:disable all import Foundation @_spi(WinRTInternal) @_spi(WinRTImplements) import WindowsFoundation import CWinRT /// [Open Microsoft documentation](https://learn.microsoft.com/uwp/api/windows.web.weberrorstatus) public typealias WebErrorStatus = __x_ABI_CWindows_CWeb_CWebErrorStatus extension UWP.WebErrorStatus { public static var unknown : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_Unknown } public static var certificateCommonNameIsIncorrect : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_CertificateCommonNameIsIncorrect } public static var certificateExpired : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_CertificateExpired } public static var certificateContainsErrors : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_CertificateContainsErrors } public static var certificateRevoked : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_CertificateRevoked } public static var certificateIsInvalid : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_CertificateIsInvalid } public static var serverUnreachable : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_ServerUnreachable } public static var timeout : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_Timeout } public static var errorHttpInvalidServerResponse : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_ErrorHttpInvalidServerResponse } public static var connectionAborted : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_ConnectionAborted } public static var connectionReset : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_ConnectionReset } public static var disconnected : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_Disconnected } public static var httpToHttpsOnRedirection : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_HttpToHttpsOnRedirection } public static var httpsToHttpOnRedirection : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_HttpsToHttpOnRedirection } public static var cannotConnect : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_CannotConnect } public static var hostNameNotResolved : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_HostNameNotResolved } public static var operationCanceled : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_OperationCanceled } public static var redirectFailed : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_RedirectFailed } public static var unexpectedStatusCode : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_UnexpectedStatusCode } public static var unexpectedRedirection : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_UnexpectedRedirection } public static var unexpectedClientError : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_UnexpectedClientError } public static var unexpectedServerError : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_UnexpectedServerError } public static var insufficientRangeSupport : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_InsufficientRangeSupport } public static var missingContentLengthSupport : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_MissingContentLengthSupport } public static var multipleChoices : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_MultipleChoices } public static var movedPermanently : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_MovedPermanently } public static var found : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_Found } public static var seeOther : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_SeeOther } public static var notModified : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_NotModified } public static var useProxy : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_UseProxy } public static var temporaryRedirect : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_TemporaryRedirect } public static var badRequest : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_BadRequest } public static var unauthorized : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_Unauthorized } public static var paymentRequired : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_PaymentRequired } public static var forbidden : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_Forbidden } public static var notFound : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_NotFound } public static var methodNotAllowed : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_MethodNotAllowed } public static var notAcceptable : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_NotAcceptable } public static var proxyAuthenticationRequired : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_ProxyAuthenticationRequired } public static var requestTimeout : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_RequestTimeout } public static var conflict : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_Conflict } public static var gone : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_Gone } public static var lengthRequired : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_LengthRequired } public static var preconditionFailed : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_PreconditionFailed } public static var requestEntityTooLarge : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_RequestEntityTooLarge } public static var requestUriTooLong : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_RequestUriTooLong } public static var unsupportedMediaType : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_UnsupportedMediaType } public static var requestedRangeNotSatisfiable : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_RequestedRangeNotSatisfiable } public static var expectationFailed : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_ExpectationFailed } public static var internalServerError : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_InternalServerError } public static var notImplemented : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_NotImplemented } public static var badGateway : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_BadGateway } public static var serviceUnavailable : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_ServiceUnavailable } public static var gatewayTimeout : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_GatewayTimeout } public static var httpVersionNotSupported : UWP.WebErrorStatus { __x_ABI_CWindows_CWeb_CWebErrorStatus_HttpVersionNotSupported } } extension UWP.WebErrorStatus: @retroactive Hashable, @retroactive Codable {}