org.rococoa.cocoa.cfnetwork
Interface CFNetworkLibrary.CFNetworkErrors

Enclosing interface:
CFNetworkLibrary

public static interface CFNetworkLibrary.CFNetworkErrors

CFNetworkErrors

Discussion:
The list of all error codes returned under the error domain
kCFErrorDomainCFNetwork
enum values


Field Summary
static int kCFErrorHTTPAuthenticationTypeUnsupported
           
static int kCFErrorHTTPBadCredentials
           
static int kCFErrorHTTPBadProxyCredentials
           
static int kCFErrorHTTPBadURL
           
static int kCFErrorHTTPConnectionLost
           
static int kCFErrorHTTPParseFailure
           
static int kCFErrorHTTPProxyConnectionFailure
           
static int kCFErrorHTTPRedirectionLoopDetected
           
static int kCFErrorPACFileError
           
static int kCFFTPErrorUnexpectedStatusCode
          FTP errors; query the kCFFTPStatusCodeKey to get the status code returned by the server
HTTP errors
static int kCFHostErrorHostNotFound
           
static int kCFHostErrorUnknown
           
static int kCFNetServiceErrorBadArgument
           
static int kCFNetServiceErrorCancel
           
static int kCFNetServiceErrorCollision
           
static int kCFNetServiceErrorDNSServiceFailure
           
static int kCFNetServiceErrorInProgress
           
static int kCFNetServiceErrorInvalid
           
static int kCFNetServiceErrorNotFound
           
static int kCFNetServiceErrorTimeout
           
static int kCFNetServiceErrorUnknown
           
static int kCFSOCKS4ErrorIdConflict
           
static int kCFSOCKS4ErrorIdentdFailed
           
static int kCFSOCKS4ErrorRequestFailed
          SOCKS4-specific errors
request rejected or failed by the server
static int kCFSOCKS4ErrorUnknownStatusCode
           
static int kCFSOCKS5ErrorBadCredentials
           
static int kCFSOCKS5ErrorBadResponseAddr
           
static int kCFSOCKS5ErrorBadState
           
static int kCFSOCKS5ErrorNoAcceptableMethod
           
static int kCFSOCKS5ErrorUnsupportedNegotiationMethod
           
static int kCFSOCKSErrorUnknownClientVersion
           
static int kCFSOCKSErrorUnsupportedServerVersion
           
 

Field Detail

kCFHostErrorHostNotFound

static final int kCFHostErrorHostNotFound
See Also:
Constant Field Values

kCFHostErrorUnknown

static final int kCFHostErrorUnknown
See Also:
Constant Field Values

kCFSOCKSErrorUnknownClientVersion

static final int kCFSOCKSErrorUnknownClientVersion
See Also:
Constant Field Values

kCFSOCKSErrorUnsupportedServerVersion

static final int kCFSOCKSErrorUnsupportedServerVersion
See Also:
Constant Field Values

kCFSOCKS4ErrorRequestFailed

static final int kCFSOCKS4ErrorRequestFailed
SOCKS4-specific errors
request rejected or failed by the server

See Also:
Constant Field Values

kCFSOCKS4ErrorIdentdFailed

static final int kCFSOCKS4ErrorIdentdFailed
See Also:
Constant Field Values

kCFSOCKS4ErrorIdConflict

static final int kCFSOCKS4ErrorIdConflict
See Also:
Constant Field Values

kCFSOCKS4ErrorUnknownStatusCode

static final int kCFSOCKS4ErrorUnknownStatusCode
See Also:
Constant Field Values

kCFSOCKS5ErrorBadState

static final int kCFSOCKS5ErrorBadState
See Also:
Constant Field Values

kCFSOCKS5ErrorBadResponseAddr

static final int kCFSOCKS5ErrorBadResponseAddr
See Also:
Constant Field Values

kCFSOCKS5ErrorBadCredentials

static final int kCFSOCKS5ErrorBadCredentials
See Also:
Constant Field Values

kCFSOCKS5ErrorUnsupportedNegotiationMethod

static final int kCFSOCKS5ErrorUnsupportedNegotiationMethod
See Also:
Constant Field Values

kCFSOCKS5ErrorNoAcceptableMethod

static final int kCFSOCKS5ErrorNoAcceptableMethod
See Also:
Constant Field Values

kCFNetServiceErrorUnknown

static final int kCFNetServiceErrorUnknown
See Also:
Constant Field Values

kCFNetServiceErrorCollision

static final int kCFNetServiceErrorCollision
See Also:
Constant Field Values

kCFNetServiceErrorNotFound

static final int kCFNetServiceErrorNotFound
See Also:
Constant Field Values

kCFNetServiceErrorInProgress

static final int kCFNetServiceErrorInProgress
See Also:
Constant Field Values

kCFNetServiceErrorBadArgument

static final int kCFNetServiceErrorBadArgument
See Also:
Constant Field Values

kCFNetServiceErrorCancel

static final int kCFNetServiceErrorCancel
See Also:
Constant Field Values

kCFNetServiceErrorInvalid

static final int kCFNetServiceErrorInvalid
See Also:
Constant Field Values

kCFNetServiceErrorTimeout

static final int kCFNetServiceErrorTimeout
See Also:
Constant Field Values

kCFNetServiceErrorDNSServiceFailure

static final int kCFNetServiceErrorDNSServiceFailure
See Also:
Constant Field Values

kCFFTPErrorUnexpectedStatusCode

static final int kCFFTPErrorUnexpectedStatusCode
FTP errors; query the kCFFTPStatusCodeKey to get the status code returned by the server
HTTP errors

See Also:
Constant Field Values

kCFErrorHTTPAuthenticationTypeUnsupported

static final int kCFErrorHTTPAuthenticationTypeUnsupported
See Also:
Constant Field Values

kCFErrorHTTPBadCredentials

static final int kCFErrorHTTPBadCredentials
See Also:
Constant Field Values

kCFErrorHTTPConnectionLost

static final int kCFErrorHTTPConnectionLost
See Also:
Constant Field Values

kCFErrorHTTPParseFailure

static final int kCFErrorHTTPParseFailure
See Also:
Constant Field Values

kCFErrorHTTPRedirectionLoopDetected

static final int kCFErrorHTTPRedirectionLoopDetected
See Also:
Constant Field Values

kCFErrorHTTPBadURL

static final int kCFErrorHTTPBadURL
See Also:
Constant Field Values

kCFErrorHTTPProxyConnectionFailure

static final int kCFErrorHTTPProxyConnectionFailure
See Also:
Constant Field Values

kCFErrorHTTPBadProxyCredentials

static final int kCFErrorHTTPBadProxyCredentials
See Also:
Constant Field Values

kCFErrorPACFileError

static final int kCFErrorPACFileError
See Also:
Constant Field Values