// Assembly: UnityEngine.UnityWebRequestModule
// Full name: UnityWebRequestError

public class UnityWebRequestError // TypeDefIndex: 12669
{
	// Fields
	type#20890 value__;
	type#34512 OK;
	type#34512 OKCached;
	type#34512 Unknown;
	type#34512 SDKError;
	type#34512 UnsupportedProtocol;
	type#34512 MalformattedUrl;
	type#34512 CannotResolveProxy;
	type#34512 CannotResolveHost;
	type#34512 CannotConnectToHost;
	type#34512 AccessDenied;
	type#34512 GenericHttpError;
	type#34512 WriteError;
	type#34512 ReadError;
	type#34512 OutOfMemory;
	type#34512 Timeout;
	type#34512 HTTPPostError;
	type#34512 SSLCannotConnect;
	type#34512 Aborted;
	type#34512 TooManyRedirects;
	type#34512 ReceivedNoData;
	type#34512 SSLNotSupported;
	type#34512 FailedToSendData;
	type#34512 FailedToReceiveData;
	type#34512 SSLCertificateError;
	type#34512 SSLCipherNotAvailable;
	type#34512 SSLCACertError;
	type#34512 UnrecognizedContentEncoding;
	type#34512 LoginFailed;
	type#34512 SSLShutdownFailed;
	type#34512 RedirectLimitInvalid;
	type#34512 InvalidRedirect;
	type#34512 CannotModifyRequest;
	type#34512 HeaderNameContainsInvalidCharacters;
	type#34512 HeaderValueContainsInvalidCharacters;
	type#34512 CannotOverrideSystemHeaders;
	type#34512 AlreadySent;
	type#34512 InvalidMethod;
	type#34512 NotImplemented;
	type#34512 NoInternetConnection;
	type#34512 DataProcessingError;
	type#34512 InsecureConnectionNotAllowed;
}
