Uses of Class
com.google.api.ads.dfp.axis.v201204.AuthenticationErrorReason

Packages that use AuthenticationErrorReason
com.google.api.ads.dfp.axis.v201204   
 

Uses of AuthenticationErrorReason in com.google.api.ads.dfp.axis.v201204
 

Fields in com.google.api.ads.dfp.axis.v201204 declared as AuthenticationErrorReason
static AuthenticationErrorReason AuthenticationErrorReason.AMBIGUOUS_SOAP_REQUEST_HEADER
           
static AuthenticationErrorReason AuthenticationErrorReason.AUTHENTICATION_FAILED
           
static AuthenticationErrorReason AuthenticationErrorReason.CONNECTION_ERROR
           
static AuthenticationErrorReason AuthenticationErrorReason.GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK
           
static AuthenticationErrorReason AuthenticationErrorReason.INVALID_EMAIL
           
static AuthenticationErrorReason AuthenticationErrorReason.INVALID_OAUTH_SIGNATURE
           
static AuthenticationErrorReason AuthenticationErrorReason.INVALID_SERVICE
           
static AuthenticationErrorReason AuthenticationErrorReason.MISSING_AUTHENTICATION
           
static AuthenticationErrorReason AuthenticationErrorReason.MISSING_AUTHENTICATION_HTTP_HEADER
           
static AuthenticationErrorReason AuthenticationErrorReason.MISSING_SOAP_REQUEST_HEADER
           
static AuthenticationErrorReason AuthenticationErrorReason.NETWORK_CODE_REQUIRED
           
static AuthenticationErrorReason AuthenticationErrorReason.NETWORK_NOT_FOUND
           
static AuthenticationErrorReason AuthenticationErrorReason.NO_NETWORKS_TO_ACCESS
           
static AuthenticationErrorReason AuthenticationErrorReason.NOT_WHITELISTED_FOR_API_ACCESS
           
 

Methods in com.google.api.ads.dfp.axis.v201204 that return AuthenticationErrorReason
static AuthenticationErrorReason AuthenticationErrorReason.fromString(String value)
           
static AuthenticationErrorReason AuthenticationErrorReason.fromValue(String value)
           
 AuthenticationErrorReason AuthenticationError.getReason()
          Gets the reason value for this AuthenticationError.
 

Methods in com.google.api.ads.dfp.axis.v201204 with parameters of type AuthenticationErrorReason
 void AuthenticationError.setReason(AuthenticationErrorReason reason)
          Sets the reason value for this AuthenticationError.
 

Constructors in com.google.api.ads.dfp.axis.v201204 with parameters of type AuthenticationErrorReason
AuthenticationError(String fieldPath, String trigger, String errorString, String apiErrorType, AuthenticationErrorReason reason)
           
 



Copyright © 2012. All Rights Reserved.