Package apple.cfnetwork.enums
Class CFStreamErrorHTTPAuthentication
- java.lang.Object
-
- apple.cfnetwork.enums.CFStreamErrorHTTPAuthentication
-
public final class CFStreamErrorHTTPAuthentication extends java.lang.ObjectCFStreamErrorHTTPAuthentication Discussion: Authentication errors which may be returned as a result of trying to apply authentication to a request. These errors are in the kCFStreamErrorDomainHTTP domain.
-
-
Field Summary
Fields Modifier and Type Field Description static intBadPasswordThe password was in a format not suitable for applying to the request.static intBadUserNameThe username was in a format not suitable for applying to the request.static intTypeUnsupportedThe type of authentication to be applied to a request is not supported.
-
-
-
Field Detail
-
TypeUnsupported
public static final int TypeUnsupported
The type of authentication to be applied to a request is not supported.- See Also:
- Constant Field Values
-
BadUserName
public static final int BadUserName
The username was in a format not suitable for applying to the request.- See Also:
- Constant Field Values
-
BadPassword
public static final int BadPassword
The password was in a format not suitable for applying to the request.- See Also:
- Constant Field Values
-
-